com.maptiler.maptilersdk.map
Types
class MTMapCameraHelper
Sets combination of center, bearing and pitch, as well as roll and elevation.
Parameters of the map object.
Object representing the map on the screen. Used with XML.
interface MTMapViewContentDelegate
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.
interface MTMapViewDelegate
Functions
fun MTMapView(referenceStyle: MTMapReferenceStyle, options: MTMapOptions, controller: MTMapViewController, modifier: Modifier = Modifier, styleVariant: MTMapStyleVariant? = null)
Object representing the map on the screen.