GeoPoint.fromMap constructor
GeoPoint.fromMap(
- Map m
Implementation
GeoPoint.fromMap(Map m)
: latitude = m["lat"],
longitude = m["lon"];
GeoPoint.fromMap(Map m)
: latitude = m["lat"],
longitude = m["lon"];