Creates the LatLng instance corresponding this geo point.
LatLng toLatLng() => LatLng() ..latitude = latitude ..longitude = longitude;