Companion

object Companion

Static variables and methods.

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?

The accuracy, in meters, of the position source used to retrieve the position of the location indicator.

defaultAccuracyRadiusBorderColor
Link copied to clipboard
val defaultAccuracyRadiusBorderColor: String?

The color for drawing the accuracy radius border. To adjust transparency, set the alpha component of the color accordingly.

val defaultAccuracyRadiusBorderColorAsColorInt: Int?

The color for drawing the accuracy radius border. To adjust transparency, set the alpha component of the color accordingly.

The color for drawing the accuracy radius border. To adjust transparency, set the alpha component of the color accordingly.

Transition options for AccuracyRadiusBorderColor.

defaultAccuracyRadiusColor
Link copied to clipboard
val defaultAccuracyRadiusColor: String?

The color for drawing the accuracy radius, as a circle. To adjust transparency, set the alpha component of the color accordingly.

defaultAccuracyRadiusColorAsColorInt
Link copied to clipboard
val defaultAccuracyRadiusColorAsColorInt: Int?

The color for drawing the accuracy radius, as a circle. To adjust transparency, set the alpha component of the color accordingly.

defaultAccuracyRadiusColorAsExpression
Link copied to clipboard
val defaultAccuracyRadiusColorAsExpression: Expression?

The color for drawing the accuracy radius, as a circle. To adjust transparency, set the alpha component of the color accordingly.

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?

The bearing of the location indicator.

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?

Name of image in sprite to use as the middle of the location indicator.

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?

The size of the bearing image, as a scale factor applied to the size of the specified image.

defaultBearingImageSizeTransition
Link copied to clipboard
val defaultBearingImageSizeTransition: StyleTransition?

Transition options for BearingImageSize.

defaultBearingTransition
Link copied to clipboard
val defaultBearingTransition: StyleTransition?

Transition options for Bearing.

defaultEmphasisCircleColor
Link copied to clipboard
val defaultEmphasisCircleColor: String?

The color of the circle emphasizing the indicator. To adjust transparency, set the alpha component of the color accordingly.

defaultEmphasisCircleColorAsColorInt
Link copied to clipboard
val defaultEmphasisCircleColorAsColorInt: Int?

The color of the circle emphasizing the indicator. To adjust transparency, set the alpha component of the color accordingly.

defaultEmphasisCircleColorAsExpression
Link copied to clipboard
val defaultEmphasisCircleColorAsExpression: Expression?

The color of the circle emphasizing the indicator. To adjust transparency, set the alpha component of the color accordingly.

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?

The radius, in pixel, of the circle emphasizing the indicator, drawn between the accuracy radius and the indicator shadow.

defaultEmphasisCircleRadiusTransition
Link copied to clipboard

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. This helps producing a three-dimensional appearence.

val defaultImagePitchDisplacementAsExpression: Expression?

The displacement off the center of the top image and the shadow image when the pitch of the map is greater than 0. This helps producing a three-dimensional appearence.

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?

An array of latitude, longitude, altitude position of the location indicator.

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. At zoom levels equal to or greater than the maxzoom, the layer will be hidden.

defaultMinZoom
Link copied to clipboard
val defaultMinZoom: Double?

The minimum zoom level for the layer. At zoom levels less than the minzoom, the layer will be hidden.

defaultPerspectiveCompensation
Link copied to clipboard
val defaultPerspectiveCompensation: Double?

The amount of the perspective compensation, between 0 and 1. A value of 1 produces a location indicator of constant width across the screen. A value of 0 makes it scale naturally according to the viewing projection.

The amount of the perspective compensation, between 0 and 1. A value of 1 produces a location indicator of constant width across the screen. A value of 0 makes it scale naturally according to the viewing projection.

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?

Name of image in sprite to use as the background of the location indicator.

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?

The size of the shadow image, as a scale factor applied to the size of the specified image.

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?

Name of image in sprite to use as the top of the location indicator.

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?

The size of the top image, as a scale factor applied to the size of the specified image.

defaultTopImageSizeTransition
Link copied to clipboard
val defaultTopImageSizeTransition: StyleTransition?

Transition options for TopImageSize.

defaultVisibility
Link copied to clipboard
val defaultVisibility: Visibility?

Visibility of the layer.