Companion

object Companion

Static variables and methods.

Functions

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

Properties

defaultAccuracyRadius
Link copied to clipboard
val defaultAccuracyRadius: Double?
The accuracy, in meters, of the position source used to retrieve the position of the location indicator.
defaultAccuracyRadiusAsExpression
Link copied to clipboard
val defaultAccuracyRadiusAsExpression: Expression?
This is an Expression representation of "accuracy-radius".
defaultAccuracyRadiusBorderColor
Link copied to clipboard
val defaultAccuracyRadiusBorderColor: String?
The color for drawing the accuracy radius border.
val defaultAccuracyRadiusBorderColorAsColorInt: Int?
The color for drawing the accuracy radius border.
This is an Expression representation of "accuracy-radius-border-color".
Transition options for AccuracyRadiusBorderColor.
defaultAccuracyRadiusColor
Link copied to clipboard
val defaultAccuracyRadiusColor: String?
The color for drawing the accuracy radius, as a circle.
defaultAccuracyRadiusColorAsColorInt
Link copied to clipboard
val defaultAccuracyRadiusColorAsColorInt: Int?
The color for drawing the accuracy radius, as a circle.
defaultAccuracyRadiusColorAsExpression
Link copied to clipboard
val defaultAccuracyRadiusColorAsExpression: Expression?
This is an Expression representation of "accuracy-radius-color".
defaultAccuracyRadiusColorTransition
Link copied to clipboard
val defaultAccuracyRadiusColorTransition: StyleTransition?
Transition options for AccuracyRadiusColor.
defaultAccuracyRadiusTransition
Link copied to clipboard
val defaultAccuracyRadiusTransition: StyleTransition?
Transition options for AccuracyRadius.
defaultBearing
Link copied to clipboard
val defaultBearing: Double?
The bearing of the location indicator.
defaultBearingAsExpression
Link copied to clipboard
val defaultBearingAsExpression: Expression?
This is an Expression representation of "bearing".
defaultBearingImage
Link copied to clipboard
val defaultBearingImage: String?
Name of image in sprite to use as the middle of the location indicator.
defaultBearingImageAsExpression
Link copied to clipboard
val defaultBearingImageAsExpression: Expression?
This is an Expression representation of "bearing-image".
defaultBearingImageSize
Link copied to clipboard
val defaultBearingImageSize: Double?
The size of the bearing image, as a scale factor applied to the size of the specified image.
defaultBearingImageSizeAsExpression
Link copied to clipboard
val defaultBearingImageSizeAsExpression: Expression?
This is an Expression representation of "bearing-image-size".
defaultBearingImageSizeTransition
Link copied to clipboard
val defaultBearingImageSizeTransition: StyleTransition?
Transition options for BearingImageSize.
defaultEmphasisCircleColor
Link copied to clipboard
val defaultEmphasisCircleColor: String?
The color of the circle emphasizing the indicator.
defaultEmphasisCircleColorAsColorInt
Link copied to clipboard
val defaultEmphasisCircleColorAsColorInt: Int?
The color of the circle emphasizing the indicator.
defaultEmphasisCircleColorAsExpression
Link copied to clipboard
val defaultEmphasisCircleColorAsExpression: Expression?
This is an Expression representation of "emphasis-circle-color".
defaultEmphasisCircleColorTransition
Link copied to clipboard
val defaultEmphasisCircleColorTransition: StyleTransition?
Transition options for EmphasisCircleColor.
defaultEmphasisCircleRadius
Link copied to clipboard
val defaultEmphasisCircleRadius: Double?
The radius, in pixel, of the circle emphasizing the indicator, drawn between the accuracy radius and the indicator shadow.
defaultEmphasisCircleRadiusAsExpression
Link copied to clipboard
val defaultEmphasisCircleRadiusAsExpression: Expression?
This is an Expression representation of "emphasis-circle-radius".
defaultEmphasisCircleRadiusTransition
Link copied to clipboard
val defaultEmphasisCircleRadiusTransition: StyleTransition?
Transition options for EmphasisCircleRadius.
defaultImagePitchDisplacement
Link copied to clipboard
val defaultImagePitchDisplacement: Double?
The displacement off the center of the top image and the shadow image when the pitch of the map is greater than 0.
val defaultImagePitchDisplacementAsExpression: Expression?
This is an Expression representation of "image-pitch-displacement".
defaultLocation
Link copied to clipboard
val defaultLocation: List<Double>?
An array of latitude, longitude, altitude position of the location indicator.
defaultLocationAsExpression
Link copied to clipboard
val defaultLocationAsExpression: Expression?
This is an Expression representation of "location".
defaultLocationTransition
Link copied to clipboard
val defaultLocationTransition: StyleTransition?
Transition options for Location.
defaultMaxZoom
Link copied to clipboard
val defaultMaxZoom: Double?
The maximum zoom level for the layer.
defaultMinZoom
Link copied to clipboard
val defaultMinZoom: Double?
The minimum zoom level for the layer.
defaultPerspectiveCompensation
Link copied to clipboard
val defaultPerspectiveCompensation: Double?
The amount of the perspective compensation, between 0 and 1.
val defaultPerspectiveCompensationAsExpression: Expression?
This is an Expression representation of "perspective-compensation".
defaultShadowImage
Link copied to clipboard
val defaultShadowImage: String?
Name of image in sprite to use as the background of the location indicator.
defaultShadowImageAsExpression
Link copied to clipboard
val defaultShadowImageAsExpression: Expression?
This is an Expression representation of "shadow-image".
defaultShadowImageSize
Link copied to clipboard
val defaultShadowImageSize: Double?
The size of the shadow image, as a scale factor applied to the size of the specified image.
defaultShadowImageSizeAsExpression
Link copied to clipboard
val defaultShadowImageSizeAsExpression: Expression?
This is an Expression representation of "shadow-image-size".
defaultShadowImageSizeTransition
Link copied to clipboard
val defaultShadowImageSizeTransition: StyleTransition?
Transition options for ShadowImageSize.
defaultTopImage
Link copied to clipboard
val defaultTopImage: String?
Name of image in sprite to use as the top of the location indicator.
defaultTopImageAsExpression
Link copied to clipboard
val defaultTopImageAsExpression: Expression?
This is an Expression representation of "top-image".
defaultTopImageSize
Link copied to clipboard
val defaultTopImageSize: Double?
The size of the top image, as a scale factor applied to the size of the specified image.
defaultTopImageSizeAsExpression
Link copied to clipboard
val defaultTopImageSizeAsExpression: Expression?
This is an Expression representation of "top-image-size".
defaultTopImageSizeTransition
Link copied to clipboard
val defaultTopImageSizeTransition: StyleTransition?
Transition options for TopImageSize.
defaultVisibility
Link copied to clipboard
val defaultVisibility: Visibility?
Visibility of the layer.