readLabelsSingle method
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);
}