com.maptiler.maptilersdk.map.style
Types
Defines purpose and guidelines on what information is displayed.
Variants of the reference styles.
The proxy object for the current map style.
Represents the exceptions raised by the MTStyle object.
@Serializable
Specification for the 3D terrain representation.
A scheme used for tiles.
Functions
fun MTStyle.setCircleColorStep(layerId: String, key: MTFeatureKey = MTFeatureKey.POINT_COUNT, defaultColor: Int, stops: List<Pair<Double, Int>>, includeAlpha: Boolean = false)
suspend fun MTStyle.setCircleColorStepAwait(layerId: String, key: MTFeatureKey = MTFeatureKey.POINT_COUNT, defaultColor: Int, stops: List<Pair<Double, Int>>, includeAlpha: Boolean = false)
fun MTStyle.setCircleRadiusStep(layerId: String, key: MTFeatureKey = MTFeatureKey.POINT_COUNT, defaultRadius: Double, stops: List<Pair<Double, Double>>)
Typed convenience helpers for common clustering styling patterns.
suspend fun MTStyle.setCircleRadiusStepAwait(layerId: String, key: MTFeatureKey = MTFeatureKey.POINT_COUNT, defaultRadius: Double, stops: List<Pair<Double, Double>>)