MapLoadingErrorEventData constructor
- required MapLoadErrorType type,
- required String message,
- String? sourceId,
- TileID? tileId,
- required int timestamp,
Implementation
MapLoadingErrorEventData({
required this.type,
required this.message,
this.sourceId,
this.tileId,
required this.timestamp,
});