point property

GeoPoint get point

Implementation

sdk.GeoPoint get point {
  return sdk.GeoPoint(latitude: latitude, longitude: longitude);
}