LocationComponentConstants

Contains all the constants being used for the LocationComponentPlugin.

object LocationComponentConstants

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

ACCURACY_RADIUS_ANIMATION_DURATION
Link copied to clipboard

Sets the duration of change of accuracy radius when a different value is provided.

const val ACCURACY_RADIUS_ANIMATION_DURATION: Long
BEARING_ICON
Link copied to clipboard

Image ID for the bearing icon of the location indicator layer.

const val BEARING_ICON: String
COMPASS_UPDATE_RATE_MS
Link copied to clipboard

Controls the compass update rate in milliseconds

const val COMPASS_UPDATE_RATE_MS: Long
DEFAULT_FASTEST_INTERVAL_MILLIS
Link copied to clipboard

Default fastest acceptable interval between location updates

const val DEFAULT_FASTEST_INTERVAL_MILLIS: Long
DEFAULT_INTERVAL_MILLIS
Link copied to clipboard

Default interval between location updates

const val DEFAULT_INTERVAL_MILLIS: Long
DEFAULT_TRACKING_PADDING_ANIM_DURATION
Link copied to clipboard

Default animation duration for updating padding while tracking.

const val DEFAULT_TRACKING_PADDING_ANIM_DURATION: Long
DEFAULT_TRACKING_TILT_ANIM_DURATION
Link copied to clipboard

Default animation duration for tilting while tracking.

const val DEFAULT_TRACKING_TILT_ANIM_DURATION: Long
DEFAULT_TRACKING_ZOOM_ANIM_DURATION
Link copied to clipboard

Default animation duration for zooming while tracking.

const val DEFAULT_TRACKING_ZOOM_ANIM_DURATION: Long
INSTANT_LOCATION_TRANSITION_THRESHOLD
Link copied to clipboard

Threshold value to perform immediate camera/layer position update.

const val INSTANT_LOCATION_TRANSITION_THRESHOLD: Double
LOCATION_INDICATOR_LAYER
Link copied to clipboard

Layer ID of the location indicator layer.

const val LOCATION_INDICATOR_LAYER: String
MAX_ANIMATION_DURATION_MS
Link copied to clipboard

Sets the max allowed time for the location icon animation from one LatLng to another.

const val MAX_ANIMATION_DURATION_MS: Long
MODEL_LAYER
Link copied to clipboard

Layer ID of the location background layer.

const val MODEL_LAYER: String
MODEL_SOURCE
Link copied to clipboard

Source ID of the background source.

const val MODEL_SOURCE: String
SHADOW_ICON
Link copied to clipboard

Image ID for the shadow icon of the location indicator layer.

const val SHADOW_ICON: String
TOP_ICON
Link copied to clipboard

Image ID for the top icon of the location indicator layer.

const val TOP_ICON: String
TRANSITION_ANIMATION_DURATION_MS
Link copied to clipboard

Sets the transition animation duration when switching camera modes.

const val TRANSITION_ANIMATION_DURATION_MS: Long