PointGeometry.fromGeoPointWithElevation constructor

PointGeometry.fromGeoPointWithElevation(
  1. GeoPointWithElevation point
)

Implementation

factory PointGeometry.fromGeoPointWithElevation(
  GeoPointWithElevation point
) {
  var _a0 = point._copyFromDartTo_CGeoPointWithElevation();
  _CPointGeometry res = _CPointGeometry_C_createWith_CGeoPointWithElevation(_a0);
  return PointGeometry._create(res._impl);
}