Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
sealed external interface CameraOptions : CenterZoomBearing
Link copied to clipboard
sealed external interface CenterZoomBearing
Link copied to clipboard
sealed external interface EaseToOptions : CameraOptions
Link copied to clipboard
Link copied to clipboard
sealed external interface FlyToOptions : CameraOptions
Link copied to clipboard
sealed external interface JumpToOptions : CameraOptions
Link copied to clipboard
external class Map(options: MapOptions)
Link copied to clipboard
sealed external interface MapOptions
Link copied to clipboard
sealed external interface PaddingOptions

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
fun CameraOptions(around: LngLat? = null, pitch: Double? = null): CameraOptions
Link copied to clipboard
fun CenterZoomBearing(bearing: Double?, center: LngLat?, zoom: Double?): CenterZoomBearing
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
fun MapOptions(container: HTMLElement, disableAttributionControl: Boolean = false): MapOptions
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