Package com.mapbox.maps.plugin.delegates.listeners.eventdata

Types

MapLoadErrorType
Link copied to clipboard

Describes an error type while loading the map. Defines what resource could not be loaded.

enum MapLoadErrorType : Enum<MapLoadErrorType>
RenderMode
Link copied to clipboard

Describes whether a map or frame has been fully rendered or not.

enum RenderMode : Enum<RenderMode>
SourceDataType
Link copied to clipboard

Defines what kind of source data has been loaded in a source-data-loaded event.

enum SourceDataType : Enum<SourceDataType>
StyleDataType
Link copied to clipboard

Defines what kind of style data has been loaded in a style-data-loaded event.

enum StyleDataType : Enum<StyleDataType>
TileID
Link copied to clipboard

Defines the tile id in a source-data-loaded event.

data class TileID(zoom: Double, x: Double, y: Double)