com.maptiler.maptilersdk.map

Types

@Serializable
data class LngLat(val lng: Double, val lat: Double)

A geographical location which contains a latitude, longitude pair.

Sets combination of center, bearing and pitch, as well as roll and elevation.

@Serializable
class MTMapOptions

Parameters of the map object.

Object representing the map on the screen. Used with XML.

Secondary event listener for map events, intended for overlay/content components that must react to map movement (e.g., custom Compose annotation views).

class MTMapViewController(context: Context) : WebViewExecutorDelegate, EventProcessorDelegate, MTJavascriptDelegate, MTZoomable, MTNavigable

Object exposing methods and properties that enable changes to the map, and events that can be interacted with.

Functions

fun MTMapView(referenceStyle: MTMapReferenceStyle, options: MTMapOptions, controller: MTMapViewController, modifier: Modifier = Modifier, styleVariant: MTMapStyleVariant? = null)

Object representing the map on the screen.