Skip to content

Contains an array of paths and a spatialReference.

Referenced by: geometry

Properties

Property Details
hasM Indicates whether the geometry contains M coordinate values.
hasZ Indicates whether the geometry contains Z coordinate values.
paths[] Three nested arrays which corresponds to a polyline
spatialReference The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT).

Example

{ "paths": [ [ [ -97.06138, 32.837 ], [ -97.06133, 32.836 ], [ -97.06124, 32.834 ], [ -97.06127, 32.832 ] ], [ [ -97.06326, 32.759 ], [ -97.06298, 32.755 ] ] ], "spatialReference": { "wkid": 4326 } }

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.