ru.dgis.sdk.map.MyLocationController | Android SDK | 2GIS Documentation

MyLocationController

Class that controls the display of the current position marker.

MyLocationController(
	bearingSource: BearingSource?,
	animationDuration: Duration = Duration.ofMilliseconds(1000),
	coordinatesThreshold: Meter = Meter(value = 0.1f),
	bearingThreshold: Bearing = Bearing(value = 1.0)
)
Parameters
bearingSource
animationDuration
coordinatesThreshold
bearingThreshold
Returns