toLatLng method

LatLng toLatLng()

Implementation

LatLng toLatLng() {
  return LatLng(last, first);
}