Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit b6407ca

Browse files
committed
update heading #s
1 parent 34c567d commit b6407ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

map-matching/api-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
With the Mapzen Map Matching service, you can match coordinates, such as GPS locations, to roads and paths that have been mapped in OpenStreetMap. By doing this, you can turn a path into a route with narrative instructions and also get the attribute values from that matched line.
44

5-
There are two separate Map Matching calls that perform different operations on an input set of latitude,longitude coordinates. The `trace_route` option returns the shape snapped to the road network and a set of guidance directions, while `trace_attributes` returns detailed attribution along the portion of the route.
5+
There are two separate Map Matching calls that perform different operations on an input set of latitude,longitude coordinates. The `trace_route` action returns the shape snapped to the road network and narrative directions, while `trace_attributes` returns detailed attribution along the portion of the route.
66

77
It is important to note that all service requests should be *POST* because `shape` or `encoded_polyline` can be fairly large.
88

@@ -45,7 +45,7 @@ Costing for `multimodal` is not supported for map matching because it would be d
4545

4646
You can also set `directions_options` to specify output units, language, and whether or not to return directions in a narrative form. Refer to the [Turn-by-Turn directions options](https://mapzen.com/documentation/mobility/turn-by-turn/api-reference/#directions-options) documentation for examples.
4747

48-
#### Attribute filters (`trace_attributes` only)
48+
### Attribute filters (`trace_attributes` only)
4949

5050
The `trace_attributes` action allows you to apply filters to `include` or `exclude` specific attribute filter keys in your response. These filters are optional and can be added to the action string inside of the `filters` object.
5151

0 commit comments

Comments
 (0)