readLabelsSingle method

  1. @override
Future<DatastoreBundle> readLabelsSingle(
  1. Tile tile
)

Reads only label data (POIs and named ways) for a single tile.

Implementation

@override
  Future<DatastoreBundle> readLabelsSingle(Tile tile) async {
await _lateOpen();
return _readMapDataComplete(tile, tile, MapfileSelector.LABELS);
  }