getGoogleMapsUrl function
Implementation
String getGoogleMapsUrl(GeoPoint geoPoint) {
return "http://maps.google.de/maps?q=${geoPoint.latitude},${geoPoint.longitude}&t=h&z=17&om=0";
}
String getGoogleMapsUrl(GeoPoint geoPoint) {
return "http://maps.google.de/maps?q=${geoPoint.latitude},${geoPoint.longitude}&t=h&z=17&om=0";
}