MyLocationManager
class MyLocationManager(context: Context, mapControl: MapControl, mapView: AzureMap, nativeLocationService: NativeLocationService = NativeLocationService(context), myLocationControl: MyLocationControl = MyLocationControl(context), logger: Logger = commonLogger)
Constructors
Link copied to clipboard
constructor(context: Context, mapControl: MapControl, mapView: AzureMap, nativeLocationService: NativeLocationService = NativeLocationService(context), myLocationControl: MyLocationControl = MyLocationControl(context), logger: Logger = commonLogger)
Functions
Link copied to clipboard
Link copied to clipboard
fun setMyLocationButtonClickListener(omhOnMyLocationButtonClickListener: OmhOnMyLocationButtonClickListener)
Link copied to clipboard
@RequiresPermission(anyOf = ["android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION"] )