project abstract method

UPoint? 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

UPoint? project(LatLng? latlng);