latLngToPoint method

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

Projects geographical coordinates into pixel coordinates for a given zoom.

Implementation

external Point latLngToPoint(LatLng latlng, double zoom);