LocationIndicatorLayerDsl

This Interface contains all the functions that will be exposed to Koltin DSL.

Separated the DSL receiver class to this interface to avoid IDE code suggestion for property getters.

interface LocationIndicatorLayerDsl

Functions

accuracyRadius
Link copied to clipboard

Set the AccuracyRadius property

abstract fun accuracyRadius(accuracyRadius: Expression): LocationIndicatorLayer
abstract fun accuracyRadius(accuracyRadius: Double): LocationIndicatorLayer
accuracyRadiusBorderColor
Link copied to clipboard

Set the AccuracyRadiusBorderColor property

abstract fun accuracyRadiusBorderColor(accuracyRadiusBorderColor: Expression): LocationIndicatorLayer
abstract fun accuracyRadiusBorderColor(accuracyRadiusBorderColor: String): LocationIndicatorLayer

Set the AccuracyRadiusBorderColor property.

abstract fun accuracyRadiusBorderColor(@ColorInt() accuracyRadiusBorderColor: Int): LocationIndicatorLayer
accuracyRadiusBorderColorTransition
Link copied to clipboard

Set the AccuracyRadiusBorderColor property transition options

abstract fun accuracyRadiusBorderColorTransition(options: StyleTransition): LocationIndicatorLayer
accuracyRadiusColor
Link copied to clipboard

Set the AccuracyRadiusColor property

abstract fun accuracyRadiusColor(accuracyRadiusColor: Expression): LocationIndicatorLayer
abstract fun accuracyRadiusColor(accuracyRadiusColor: String): LocationIndicatorLayer

Set the AccuracyRadiusColor property.

abstract fun accuracyRadiusColor(@ColorInt() accuracyRadiusColor: Int): LocationIndicatorLayer
accuracyRadiusColorTransition
Link copied to clipboard

Set the AccuracyRadiusColor property transition options

abstract fun accuracyRadiusColorTransition(options: StyleTransition): LocationIndicatorLayer
accuracyRadiusTransition
Link copied to clipboard

Set the AccuracyRadius property transition options

abstract fun accuracyRadiusTransition(options: StyleTransition): LocationIndicatorLayer
abstract fun accuracyRadiusTransition(block: StyleTransition.Builder.() -> Unit): LocationIndicatorLayer
bearing
Link copied to clipboard

Set the Bearing property

abstract fun bearing(bearing: Expression): LocationIndicatorLayer
abstract fun bearing(bearing: Double): LocationIndicatorLayer
bearingImage
Link copied to clipboard

Set the BearingImage property

abstract fun bearingImage(bearingImage: Expression): LocationIndicatorLayer
abstract fun bearingImage(bearingImage: String): LocationIndicatorLayer
bearingImageSize
Link copied to clipboard

Set the BearingImageSize property

abstract fun bearingImageSize(bearingImageSize: Expression): LocationIndicatorLayer
abstract fun bearingImageSize(bearingImageSize: Double): LocationIndicatorLayer
bearingImageSizeTransition
Link copied to clipboard

Set the BearingImageSize property transition options

abstract fun bearingImageSizeTransition(options: StyleTransition): LocationIndicatorLayer
abstract fun bearingImageSizeTransition(block: StyleTransition.Builder.() -> Unit): LocationIndicatorLayer
emphasisCircleColor
Link copied to clipboard

Set the EmphasisCircleColor property

abstract fun emphasisCircleColor(emphasisCircleColor: Expression): LocationIndicatorLayer
abstract fun emphasisCircleColor(emphasisCircleColor: String): LocationIndicatorLayer

Set the EmphasisCircleColor property.

abstract fun emphasisCircleColor(@ColorInt() emphasisCircleColor: Int): LocationIndicatorLayer
emphasisCircleColorTransition
Link copied to clipboard

Set the EmphasisCircleColor property transition options

abstract fun emphasisCircleColorTransition(options: StyleTransition): LocationIndicatorLayer
emphasisCircleRadius
Link copied to clipboard

Set the EmphasisCircleRadius property

abstract fun emphasisCircleRadius(emphasisCircleRadius: Expression): LocationIndicatorLayer
abstract fun emphasisCircleRadius(emphasisCircleRadius: Double): LocationIndicatorLayer
emphasisCircleRadiusTransition
Link copied to clipboard

Set the EmphasisCircleRadius property transition options

abstract fun emphasisCircleRadiusTransition(options: StyleTransition): LocationIndicatorLayer
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
imagePitchDisplacement
Link copied to clipboard

Set the ImagePitchDisplacement property

abstract fun imagePitchDisplacement(imagePitchDisplacement: Expression): LocationIndicatorLayer
abstract fun imagePitchDisplacement(imagePitchDisplacement: Double): LocationIndicatorLayer
location
Link copied to clipboard

Set the Location property

abstract fun location(location: Expression): LocationIndicatorLayer
abstract fun location(location: List<Double>): LocationIndicatorLayer
locationTransition
Link copied to clipboard

Set the Location property transition options

abstract fun locationTransition(options: StyleTransition): LocationIndicatorLayer
abstract fun locationTransition(block: StyleTransition.Builder.() -> Unit): LocationIndicatorLayer
maxZoom
Link copied to clipboard

Set the maxzoom property

abstract fun maxZoom(maxZoom: Double): LocationIndicatorLayer
minZoom
Link copied to clipboard

Set the minzoom property

abstract fun minZoom(minZoom: Double): LocationIndicatorLayer
perspectiveCompensation
Link copied to clipboard

Set the PerspectiveCompensation property

abstract fun perspectiveCompensation(perspectiveCompensation: Expression): LocationIndicatorLayer
abstract fun perspectiveCompensation(perspectiveCompensation: Double): LocationIndicatorLayer
shadowImage
Link copied to clipboard

Set the ShadowImage property

abstract fun shadowImage(shadowImage: Expression): LocationIndicatorLayer
abstract fun shadowImage(shadowImage: String): LocationIndicatorLayer
shadowImageSize
Link copied to clipboard

Set the ShadowImageSize property

abstract fun shadowImageSize(shadowImageSize: Expression): LocationIndicatorLayer
abstract fun shadowImageSize(shadowImageSize: Double): LocationIndicatorLayer
shadowImageSizeTransition
Link copied to clipboard

Set the ShadowImageSize property transition options

abstract fun shadowImageSizeTransition(options: StyleTransition): LocationIndicatorLayer
abstract fun shadowImageSizeTransition(block: StyleTransition.Builder.() -> Unit): LocationIndicatorLayer
topImage
Link copied to clipboard

Set the TopImage property

abstract fun topImage(topImage: Expression): LocationIndicatorLayer
abstract fun topImage(topImage: String): LocationIndicatorLayer
topImageSize
Link copied to clipboard

Set the TopImageSize property

abstract fun topImageSize(topImageSize: Expression): LocationIndicatorLayer
abstract fun topImageSize(topImageSize: Double): LocationIndicatorLayer
topImageSizeTransition
Link copied to clipboard

Set the TopImageSize property transition options

abstract fun topImageSizeTransition(options: StyleTransition): LocationIndicatorLayer
abstract fun topImageSizeTransition(block: StyleTransition.Builder.() -> Unit): LocationIndicatorLayer
toString
Link copied to clipboard
open override fun toString(): String
visibility
Link copied to clipboard

Set the Visibility property

abstract fun visibility(visibility: Visibility): LocationIndicatorLayer

Inheritors

LocationIndicatorLayer
Link copied to clipboard