getLatLng method

LatLng getLatLng()

Implementation

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