Package-level declarations
Types
Functions
Link copied to clipboard
fun CameraForBoundsOptions(maxZoom: Double? = null, offset: Point? = null, padding: PaddingOptions? = null, around: LngLat? = null, pitch: Double? = null, bearing: Double? = null, center: LngLat? = null, zoom: Double? = null): CameraForBoundsOptions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun EaseToOptions(center: LngLat? = null, zoom: Double? = null, bearing: Double? = null, pitch: Double? = null, padding: PaddingOptions? = null, duration: Double? = null, easing: (Double) -> Double? = null): EaseToOptions
Link copied to clipboard
fun FitBoundsOptions(linear: Boolean? = null, maxZoom: Double? = null, offset: Point? = null, center: LngLat? = null, zoom: Double? = null, bearing: Double? = null, pitch: Double? = null, speed: Double? = null, curve: Double? = null, maxDuration: Double? = null, minZoom: Double? = null, padding: PaddingOptions? = null, screenSpeed: Double? = null): FitBoundsOptions
Link copied to clipboard
fun FlyToOptions(center: LngLat? = null, zoom: Double? = null, bearing: Double? = null, pitch: Double? = null, speed: Double? = null, curve: Double? = null, maxDuration: Double? = null, minZoom: Double? = null, padding: PaddingOptions? = null, screenSpeed: Double? = null): FlyToOptions
Link copied to clipboard
fun JumpToOptions(center: LngLat? = null, zoom: Double? = null, bearing: Double? = null, pitch: Double? = null, padding: PaddingOptions? = null): JumpToOptions
Link copied to clipboard
Link copied to clipboard
fun PaddingOptions(top: Double? = null, bottom: Double? = null, left: Double? = null, right: Double? = null): PaddingOptions
Link copied to clipboard
fun QueryRenderedFeaturesOptions(availableImages: Array<String>? = null, layers: Array<String>? = null, filter: Expression? = null, validate: Boolean? = null): QueryRenderedFeaturesOptions