https://docs.microsoft.com/en-us/azure/azure-maps/zoom-levels-and-tile-grid?tabs=csharp Transform from maptile space to lat-lng space.
https://docs.microsoft.com/en-us/azure/azure-maps/zoom-levels-and-tile-grid?tabs=csharp Transform from maptile space to lat-lng space.
(ground-resolution lat zoom tile-size)
Calculates the Ground resolution at a specific degree of latitude in meters per pixel.
Calculates the Ground resolution at a specific degree of latitude in meters per pixel.
(lng-clip lng)
Return longitude in the range of [-180 180]
Return longitude in the range of [-180 180]
(lng-lat->pixel position zoom tile-size)
Convert lat/long->pixel location in map space at specific zoom level.
Convert lat/long->pixel location in map space at specific zoom level.
(pixel->lng-lat pixel zoom tile-size)
Given a pixel position on the map, get the lat/long that applies to that pixel.
Given a pixel position on the map, get the lat/long that applies to that pixel.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close