You would probably have to implement a handler for the gps event in boot.js#20 of the android bangle app, that then calls something like Bangle.emit("gps",data); do make the GPS info usable for other apps on the bangle. At least for a proof of concept that should work fine.
Then there would need to be some handling of the internal GPS. Maybe switching it off as long as GB sends gps events or something similar.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
You would probably have to implement a handler for the gps event in boot.js#20 of the android bangle app, that then calls something like
Bangle.emit("gps",data);
do make the GPS info usable for other apps on the bangle. At least for a proof of concept that should work fine.Then there would need to be some handling of the internal GPS. Maybe switching it off as long as GB sends gps events or something similar.