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)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@RequiresPermission(anyOf = ["android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION"])
fun setMyLocationEnabled(enable: Boolean)