fromGeoCoordinates static method
- GeoCoordinates coordinates,
- int storageLevel,
- TilingScheme tilingScheme
Creates a tile key containing specified coordinates at specified storage level and tiling scheme.
For tiling schemes using Web Mercator projection, the latitude of input coordinates is clamped to [-85.05113, 85.05113] range.
-
coordinatesThe coordinates for which to create the tile key. -
storageLevelThe storage level of the tile key, clamped to [0, 31]. -
tilingSchemeThe tiling scheme to use for the tile key.
Returns TileKey. Tile key containing specified coordinates.
Implementation
static TileKey fromGeoCoordinates(GeoCoordinates coordinates, int storageLevel, TilingScheme tilingScheme) => $prototype.fromGeoCoordinates(coordinates, storageLevel, tilingScheme);