File tree Expand file tree Collapse file tree 1 file changed +6
-26
lines changed Expand file tree Collapse file tree 1 file changed +6
-26
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ Included in the body of the request:
82
82
"type" : " Feature" ,
83
83
"geometry" : {
84
84
"coordinates" : [
85
- -122.201399 ,
86
- 47.608678
85
+ -122.204171 ,
86
+ 47.610173
87
87
],
88
88
"type" : " Point"
89
89
},
@@ -96,37 +96,17 @@ Included in the body of the request:
96
96
"type" : " Feature" ,
97
97
"geometry" : {
98
98
"coordinates" : [
99
- -122.20687 ,
100
- 47.612002
99
+ -122.204171 ,
100
+ 47.612440
101
101
],
102
102
"type" : " Point"
103
103
},
104
104
"properties" : {
105
105
"pointIndex" : 1 ,
106
- "pointType" : " viaWaypoint"
107
- }
108
- },
109
- {
110
- "type" : " Feature" ,
111
- "geometry" : {
112
- "coordinates" : [
113
- -122.201669 ,
114
- 47.615076
115
- ],
116
- "type" : " Point"
117
- },
118
- "properties" : {
119
- "pointIndex" : 2 ,
120
- "pointType" : " waypoint"
106
+ "pointType" : " Waypoint"
121
107
}
122
108
}
123
- ],
124
- "optimizeRoute" : " fastestWithTraffic" ,
125
- "routeOutputOptions" : [
126
- " routePath"
127
- ],
128
- "maxRouteCount" : 3 ,
129
- "travelMode" : " driving"
109
+ ]
130
110
}
131
111
```
132
112
You can’t perform that action at this time.
0 commit comments