wrapLatLng method

LatLng wrapLatLng(
  1. LatLng latlng
)

Returns a LatLng where lat and lng has been wrapped according to the CRS's wrapLat and wrapLng properties, if they are outside the CRS's bounds.

Implementation

external LatLng wrapLatLng(LatLng latlng);