parseLatLng method

LatLng parseLatLng()

Implementation

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