toLatLng method

LatLng toLatLng()

Implementation

LatLng toLatLng() {
  return LatLng(latitude, longitude);
}