Hi I would like to add the ability to use an external gps with google maps in my app, without using 3rd party apps and mock location.
I am able to get the NMEA data from the bluetooth device but not sure of the best way to send it to Google maps location provider so that the map is using the external gps rather than the internal.
Do I need to parse the lat/long to a location or is there a way of injecting the nmea string to a 'LocationSource' or 'LocationManager' ?
Any suggestions on the best way to get the location from the bluetooth device as the location source for google maps
Thanks
I am able to get the NMEA data from the bluetooth device but not sure of the best way to send it to Google maps location provider so that the map is using the external gps rather than the internal.
Do I need to parse the lat/long to a location or is there a way of injecting the nmea string to a 'LocationSource' or 'LocationManager' ?
Any suggestions on the best way to get the location from the bluetooth device as the location source for google maps
Thanks