michalchudziak / react-native-geolocation

Geolocation APIs for React Native
MIT License
1.31k stars 228 forks source link

Is it possible to obtain position from external Bluetooth GPS? #298

Open dpyeates opened 8 months ago

dpyeates commented 8 months ago

I've been using the library for a while now very successfully, thank you.

Is it possible to use an external bluetooth GPS unit with this library? So instead of using the internal GPS, if there is a bluetooth GPS available it will use that one instead of the internal? Appreciate there may be differences between Android and iOS in this regard as well.