unproject method
- MercatorCoordinate coordinate,
- double zoomScale
Converts a Mercator-projected point back to a longitude-latitude pair.
Implementation
Future<Point> unproject(MercatorCoordinate coordinate, double zoomScale) =>
_impl.unproject(coordinate, zoomScale);