getLatLong method

ILatLong getLatLong()

Implementation

ILatLong getLatLong() {
  return LatLong(_latitude, _longitude);
}