latLngToContainerPoint method

Point latLngToContainerPoint(
  1. LatLng latlng
)

Given a geographical coordinate, returns the corresponding pixel coordinate relative to the map container.

Implementation

external Point latLngToContainerPoint(LatLng latlng);