location property

GeoPoint get location

Координаты события.

Implementation

GeoPoint get location {
  _CGeoPoint res = _CRoadEvent_location(_CRoadEventMakeDefault().._impl=_self);
  return res._toDart();
}