geometry property

GeoPolyline geometry

The list of vertices that represent the geometry of the polyline. Gets the geometry of the polyline.

Implementation

GeoPolyline get geometry;
void geometry=(GeoPolyline value)

The list of vertices that represent the geometry of the polyline. Sets the geometry of the polyline. Altitude component of GeoPolyline's vertices is ignored.

Implementation

set geometry(GeoPolyline value);