Crate googleprojection
Source - Mercator
- Coord
- A trait for everything that can be treated as a coordinate for a projection.
- from_ll_to_pixel
- Projects a given LL coordinate at a specific zoom level into pixel screen-coordinates using a
default tile size of 256.
- from_ll_to_subpixel
- Projects a given LL coordinate at a specific zoom level into decimal pixel screen-coordinates using a
default tile size of 256.
- from_pixel_to_ll
- Projects a given pixel position at a specific zoom level into LL world-coordinates using a
default tile size of 256.