readPoiDataSingle abstract method

Future<DatastoreBundle?> readPoiDataSingle(
  1. Tile tile
)

Reads Point of Interest (POI) data for a single tile.

POIs include restaurants, shops, landmarks, and other point features.

tile The tile for which to retrieve POI data Returns POI data bundle or null if no data available

Implementation

Future<DatastoreBundle?> readPoiDataSingle(Tile tile);