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