project method

Point project(
  1. LatLng latlng,
  2. double zoom
)

Projects a geographical coordinate LatLng according to the projection of the map's CRS, then scales it according to zoom and the CRS's Transformation. The result is pixel coordinate relative to the CRS origin.

Implementation

external Point project(LatLng latlng, double zoom);