readMapDataSingle abstract method
Reads complete map data for a single tile.
Returns all available map data including ways, POIs, and other features.
tile The tile for which to retrieve map data
Returns complete map data bundle or null if no data available
Implementation
Future<DatastoreBundle?> readMapDataSingle(Tile tile);