project abstract method

Future<MercatorCoordinate> project(
  1. Point coordinate,
  2. double zoomScale
)

Converts a coordinate to a Mercator-projected point at zoomScale.

Implementation

Future<MercatorCoordinate> project(Point coordinate, double zoomScale);