project abstract method
Converts a coordinate to a Mercator-projected point at zoomScale.
Implementation
Future<MercatorCoordinate> project(Point coordinate, double zoomScale);
Converts a coordinate to a Mercator-projected point at zoomScale.
Future<MercatorCoordinate> project(Point coordinate, double zoomScale);