Iterable<LatLng> toLatLngManyZoom(Iterable<TileIndex> tile, double zoom) { var ret = tile.map((e) => toLatLngZoom(e, zoom)); return ret; }