Package-level declarations
Functions
Convenience method that returns the CameraOptions object for given parameters.
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.
Conflated 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
Conflated Flow of CameraChanged updates from MapboxMap.subscribeCameraChanged.
Conflated Flow of MapIdle updates from MapboxMap.subscribeMapIdle.
Conflated Flow of MapLoaded updates from MapboxMap.subscribeMapLoaded.
Conflated Flow of MapLoadingError updates from MapboxMap.subscribeMapLoadingError.
Conflated Flow of RenderFrameFinished updates from MapboxMap.subscribeRenderFrameFinished.
Conflated Flow of RenderFrameStarted updates from MapboxMap.subscribeRenderFrameStarted.
Conflated Flow of ResourceRequest updates from MapboxMap.subscribeResourceRequest.
Conflated Flow of SourceAdded updates from MapboxMap.subscribeSourceAdded.
Conflated Flow of SourceDataLoaded updates from MapboxMap.subscribeSourceDataLoaded.
Conflated Flow of SourceRemoved updates from MapboxMap.subscribeSourceRemoved.
Conflated Flow of StyleDataLoaded updates from MapboxMap.subscribeStyleDataLoaded.
Conflated Flow of StyleImageMissing updates from MapboxMap.subscribeStyleImageMissing.
Conflated Flow of StyleImageRemoveUnused updates from MapboxMap.subscribeStyleImageRemoveUnused.
Conflated Flow of StyleLoaded updates from MapboxMap.subscribeStyleLoaded.