Package-level declarations
Functions
Load a new style from a style extension, suspends until style is loaded.
Load a new style from a style URI or JSON, suspends until style is loaded.
Get the Style of the map.
Convenience method that returns the CameraOptions object for given parameters.
Flow of GenericEvent updates from MapboxMap.subscribeGenericEvent.
Returns the children (original points or clusters) of a cluster (on the next zoom level) given its id (cluster_id value from feature properties) from a GeoJsonSource.
Returns the zoom on which the cluster expands into several children (useful for "click to zoom" feature) given the cluster's cluster_id (cluster_id value from feature properties) from a GeoJsonSource.
Returns all the leaves (original points) of a cluster (given its cluster_id) from a GeoJsonSource, with pagination support: limit is the number of leaves to return (set to Infinity for all points), and offset is the amount of points to skip (for pagination).
Queries the map for rendered features.
Queries the map for source features.
Properties
Flow of CameraChanged updates from MapboxMap.subscribeCameraChanged.
Flow of MapLoaded updates from MapboxMap.subscribeMapLoaded.
Flow of MapLoadingError updates from MapboxMap.subscribeMapLoadingError.
Flow of RenderFrameFinished updates from MapboxMap.subscribeRenderFrameFinished.
Flow of RenderFrameStarted updates from MapboxMap.subscribeRenderFrameStarted.
Flow of ResourceRequest updates from MapboxMap.subscribeResourceRequest.
Flow of SourceAdded updates from MapboxMap.subscribeSourceAdded.
Flow of SourceDataLoaded updates from MapboxMap.subscribeSourceDataLoaded.
Flow of SourceRemoved updates from MapboxMap.subscribeSourceRemoved.
Flow of StyleDataLoaded updates from MapboxMap.subscribeStyleDataLoaded.
Flow of StyleImageMissing updates from MapboxMap.subscribeStyleImageMissing.
Flow of StyleImageRemoveUnused updates from MapboxMap.subscribeStyleImageRemoveUnused.
Flow of StyleLoaded updates from MapboxMap.subscribeStyleLoaded.