Companion

Static variables and methods.

object Companion

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

defaultAccuracyRadius
Link copied to clipboard

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

val defaultAccuracyRadius: Double?
defaultAccuracyRadiusAsExpression
Link copied to clipboard

This is an Expression representation of "accuracy-radius".

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

val defaultAccuracyRadiusAsExpression: Expression?
defaultAccuracyRadiusBorderColor
Link copied to clipboard

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

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?

This is an Expression representation of "accuracy-radius-border-color".

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

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

val defaultAccuracyRadiusColor: String?
defaultAccuracyRadiusColorAsColorInt
Link copied to clipboard

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

val defaultAccuracyRadiusColorAsColorInt: Int?
defaultAccuracyRadiusColorAsExpression
Link copied to clipboard

This is an Expression representation of "accuracy-radius-color".

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

val defaultAccuracyRadiusColorAsExpression: Expression?
defaultAccuracyRadiusColorTransition
Link copied to clipboard

Transition options for AccuracyRadiusColor.

val defaultAccuracyRadiusColorTransition: StyleTransition?
defaultAccuracyRadiusTransition
Link copied to clipboard

Transition options for AccuracyRadius.

val defaultAccuracyRadiusTransition: StyleTransition?
defaultBearing
Link copied to clipboard

The bearing of the location indicator.

val defaultBearing: Double?
defaultBearingAsExpression
Link copied to clipboard

This is an Expression representation of "bearing".

The bearing of the location indicator.

val defaultBearingAsExpression: Expression?
defaultBearingImage
Link copied to clipboard

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

val defaultBearingImage: String?
defaultBearingImageAsExpression
Link copied to clipboard

This is an Expression representation of "bearing-image".

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

val defaultBearingImageAsExpression: Expression?
defaultBearingImageSize
Link copied to clipboard

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

val defaultBearingImageSize: Double?
defaultBearingImageSizeAsExpression
Link copied to clipboard

This is an Expression representation of "bearing-image-size".

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

val defaultBearingImageSizeAsExpression: Expression?
defaultBearingImageSizeTransition
Link copied to clipboard

Transition options for BearingImageSize.

val defaultBearingImageSizeTransition: StyleTransition?
defaultEmphasisCircleColor
Link copied to clipboard

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

val defaultEmphasisCircleColor: String?
defaultEmphasisCircleColorAsColorInt
Link copied to clipboard

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

val defaultEmphasisCircleColorAsColorInt: Int?
defaultEmphasisCircleColorAsExpression
Link copied to clipboard

This is an Expression representation of "emphasis-circle-color".

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

val defaultEmphasisCircleColorAsExpression: Expression?
defaultEmphasisCircleColorTransition
Link copied to clipboard

Transition options for EmphasisCircleColor.

val defaultEmphasisCircleColorTransition: StyleTransition?
defaultEmphasisCircleRadius
Link copied to clipboard

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

val defaultEmphasisCircleRadius: Double?
defaultEmphasisCircleRadiusAsExpression
Link copied to clipboard

This is an Expression representation of "emphasis-circle-radius".

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

val defaultEmphasisCircleRadiusAsExpression: Expression?
defaultEmphasisCircleRadiusTransition
Link copied to clipboard

Transition options for EmphasisCircleRadius.

val defaultEmphasisCircleRadiusTransition: StyleTransition?
defaultImagePitchDisplacement
Link copied to clipboard

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 defaultImagePitchDisplacement: Double?

This is an Expression representation of "image-pitch-displacement".

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?
defaultLocation
Link copied to clipboard

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

val defaultLocation: List<Double>?
defaultLocationAsExpression
Link copied to clipboard

This is an Expression representation of "location".

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

val defaultLocationAsExpression: Expression?
defaultLocationTransition
Link copied to clipboard

Transition options for Location.

val defaultLocationTransition: StyleTransition?
defaultMaxZoom
Link copied to clipboard

The maximum zoom level for the layer. At zoom levels equal to or greater than the maxzoom, the layer will be hidden.

Range: minimum: 0 maximum: 24

val defaultMaxZoom: Double?
defaultMinZoom
Link copied to clipboard

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

Range: minimum: 0 maximum: 24

val defaultMinZoom: Double?
defaultPerspectiveCompensation
Link copied to clipboard

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.

val defaultPerspectiveCompensation: Double?

This is an Expression representation of "perspective-compensation".

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.

val defaultPerspectiveCompensationAsExpression: Expression?
defaultShadowImage
Link copied to clipboard

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

val defaultShadowImage: String?
defaultShadowImageAsExpression
Link copied to clipboard

This is an Expression representation of "shadow-image".

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

val defaultShadowImageAsExpression: Expression?
defaultShadowImageSize
Link copied to clipboard

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

val defaultShadowImageSize: Double?
defaultShadowImageSizeAsExpression
Link copied to clipboard

This is an Expression representation of "shadow-image-size".

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

val defaultShadowImageSizeAsExpression: Expression?
defaultShadowImageSizeTransition
Link copied to clipboard

Transition options for ShadowImageSize.

val defaultShadowImageSizeTransition: StyleTransition?
defaultTopImage
Link copied to clipboard

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

val defaultTopImage: String?
defaultTopImageAsExpression
Link copied to clipboard

This is an Expression representation of "top-image".

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

val defaultTopImageAsExpression: Expression?
defaultTopImageSize
Link copied to clipboard

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

val defaultTopImageSize: Double?
defaultTopImageSizeAsExpression
Link copied to clipboard

This is an Expression representation of "top-image-size".

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

val defaultTopImageSizeAsExpression: Expression?
defaultTopImageSizeTransition
Link copied to clipboard

Transition options for TopImageSize.

val defaultTopImageSizeTransition: StyleTransition?
defaultVisibility
Link copied to clipboard

Visibility of the layer.

val defaultVisibility: Visibility?