googleMapsURL method
Generates a Google Maps URL with coordinates.
Implementation
String googleMapsURL() {
return 'https://www.google.com/maps/search/?api=1&query=$_latitude,$longitude';
}
Generates a Google Maps URL with coordinates.
String googleMapsURL() {
return 'https://www.google.com/maps/search/?api=1&query=$_latitude,$longitude';
}