geoPoint property

GeoPointWithElevation get geoPoint

Implementation

GeoPointWithElevation get geoPoint {
  _CGeoPointWithElevation res = _CItemMarkerInfo_geoPoint(_CItemMarkerInfoMakeDefault().._impl=_self);
  return res._toDart();
}