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