toGoogleMapLatLng method

LatLng toGoogleMapLatLng()

Implementation

gmap.LatLng toGoogleMapLatLng() {
  return gmap.LatLng(latitude, longitude);
}