Package-level declarations

Types

Link copied to clipboard

Interface for GeoLocation accuracy validation.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
data class LocationMarkerOptions(val type: LocationMarkerOptions.Type, @FloatRange(from = 0.0, fromInclusive = false) val markerMagnification: Double = DEFAULT_MAGNIFICATION, val animationDuration: Duration? = null, val customModel: Uri? = null)

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