Iterable<LatLng> toLatLngMany(Iterable<TileIndex> tile) { var ret = tile.map((e) => toLatLng(e)); return ret; }