Example: { "x" : -13654810.5420492, "y" : 5703110.53596354 }
{ "x" : -13654810.5420492, "y" : 5703110.53596354 }
Geometry in ESRI JSON, WKT or GeoJSON format. Supports Point, MultiPoint, LineString, MultiLineString, PolyLine (ESRI), Polygon, MultiPolygon, Extent (ESRI) types.
ESRI Example: { "x": 7643992.45997375, "y": 682806.040026248, "spatialReference": { "wkid": 2913 } }
{ "x": 7643992.45997375, "y": 682806.040026248, "spatialReference": { "wkid": 2913 } }
WKT Example: POINT(7643992.45997375 682806.040026248)
POINT(7643992.45997375 682806.040026248)
GeoJSON Example: { "type": "Point", "coordinates": [7643992.45997375, 682806.040026248] }
{ "type": "Point", "coordinates": [7643992.45997375, 682806.040026248] }
GPolyline Example: [(45.50913,-122.68164),(45.5092,-122.6816)]
[(45.50913,-122.68164),(45.5092,-122.6816)]
EncodedGPolyline Example: aowtGfgxkVMG
aowtGfgxkVMG
Note: GPolyline and EncodedGPolyline output requires LineString/Polyline geometry. EncodedGPolyline output requires coordinates in srid 4326 only (latitiude/longitude).
Point Example: { "x": -13656503.525136, "y": 5705771.68694413, "spatialReference": { "wkid": "3857"} }
{ "x": -13656503.525136, "y": 5705771.68694413, "spatialReference": { "wkid": "3857"} }