Is it somehow possible to tell the MyLocationOverlay that it should only consider GPS as LocationProvider?
The reference says: enableMyLocation() => Attempts to enable MyLocation, registering for updates from LocationManager.GPS_PROVIDER and LocationManager.NETWORK_PROVIDER.
But I need only the GPS_PROVIDER.
Any hints?
As far as I know, there isn’t a method to turn this off. However you can: