GeoPoint.fromMap constructor

GeoPoint.fromMap(
  1. Map m
)

Implementation

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