geometry property
The list of vertices that represent the geometry of the polyline. Gets the geometry of the polyline.
Implementation
GeoPolyline get geometry;
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);