project method

Point project(
  1. LatLng latlng
)

Projects geographical coordinates into coordinates in units accepted for this CRS (e.g. meters for EPSG:3857, for passing it to WMS services).

Implementation

external Point project(LatLng latlng);