setLocation method
void
setLocation(
- LatLng location
Implementation
void setLocation(LatLng location) {
myLocation =
location.longitude.toString() + "_" + location.latitude.toString();
}