toLatLng method

LatLng toLatLng()

Creates the LatLng instance corresponding this geo point.

Implementation

LatLng toLatLng() => LatLng()
  ..latitude = latitude
  ..longitude = longitude;