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