latLngToLayerPoint method

Point latLngToLayerPoint(
  1. LatLng latlng
)

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

Implementation

external Point latLngToLayerPoint(LatLng latlng);