enable Realtime Geolocation Mode
open fun enableRealtimeGeolocationMode(@NonNull context: Context, enabled: Boolean): Boolean
Content copied to clipboard
Enable/Disable the realtime geolocation mode
Return
true if the changes has been applied, false otherwise
Parameters
context
the application context
enabled