ProjectionExtensions extension
- on
Methods
-
toLatLngMany(
Iterable< TileIndex> tile) → Iterable<LatLng> -
toLatLngManyZoom(
Iterable< TileIndex> tile, double zoom) → Iterable<LatLng> -
toLatLngZoom(
TileIndex tile, double zoom) → LatLng -
toTileIndexMany(
Iterable< LatLng> locations) → Iterable<TileIndex> -
toTileIndexManyZoom(
Iterable< LatLng> locations, double zoom) → Iterable<TileIndex> -
toTileIndexZoom(
LatLng location, double zoom) → TileIndex