Package com.tomtom.sdk.maps.display.location

Types

Link copied to clipboard
fun interface LocationAccuracyPolicy

Interface for GeoLocation accuracy validation.

Link copied to clipboard
interface LocationController

Controls location-specific features and properties of the map related to the location provided by the LocationEngine abstraction.

Link copied to clipboard
data class LocationMarkerOptions(    val type: LocationMarkerType,     val markerMagnification: Double = LocationMarker.DEFAULT_MAGNIFICATION,     val animationDuration: Duration? = null,     val customModel: String? = null)

Configures options for the location marker which visualizes the users location on the map.

Link copied to clipboard
enum LocationMarkerType : Enum<LocationMarkerType>

Types of the location marker visualization.

Link copied to clipboard
fun interface OnLocationMarkerClickListener

Interface for notifying about the location marker being clicked (tapped).