Iterable<TileIndex> toTileIndexMany(Iterable<LatLng> locations) { var ret = locations.map((e) => toTileIndex(e)); return ret; }