Map Loading Error
Describes an error that has occurred while loading the `map`. The `type` property defines what resource could not be loaded, and the `message` property will contain a descriptive error message. - In case of `MapLoadingErrorType.Source` or `MapLoadingErrorType.Tile` loading errors, the `sourceId` property will contain the source's name. For the GeoJSON data loading and parsing errors, `message` will contain the following JSON string: {"dataId": "dataId", "message": "errorMessage" } - In case of `MapLoadingErrorType.Tile` loading errors, `tileId` will contain the `CanonicalTileID` of the tile.
Constructors
Link copied to clipboard
open fun MapLoadingError(@NonNull type: MapLoadingErrorType, @NonNull message: String, @Nullable sourceId: String, @Nullable tileId: CanonicalTileID, @NonNull timestamp: Date)