Optional properties: PolylinePropertiesReadonly cacheThe cache is used to store values computed from geometries that need to be cleared or recomputed upon mutation.
Readonly extentThe extent of the geometry.
Indicates if the geometry has M values.
Indicates if the geometry has z-values (elevation).
An array of paths, or line segments, that make up the polyline.
The spatial reference of the geometry.
WGS84 (wkid: 4326)
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Geometry.html#spatialReference)
Readonly typeThe geometry type.
Protected _getProtected _setAdds a path, or line segment, to the polyline.
Creates a deep clone of Polyline object.
Inserts a new point into a polyline.
Protected notifyUpdates a point in a polyline.
Converts an instance of this class to its ArcGIS portal JSON representation.
Static fromJSONGenerated using TypeDoc
A polyline contains an array of paths and spatialReference.
Read more...