Skip to content

Commit 8be06b4

Browse files
author
Łukasz Paczos
committed
updated intersections.mapbox_streets_v8.class docs
1 parent 5cb6535 commit 8be06b4

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

services-directions-models/src/main/java/com/mapbox/api/directions/v5/models/MapboxStreetsV8.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@
1717
@AutoValue
1818
public abstract class MapboxStreetsV8 extends DirectionsJsonObject {
1919

20-
// TODO update docs below
2120
/**
22-
* Class of the road exiting the intersection.
21+
* The road class of the road exiting the intersection as defined by the
22+
*<a href="https://docs.mapbox.com/vector-tiles/reference/mapbox-streets-v8/#--road---class-text">
23+
* Mapbox Streets v8 road class specification</a>.
24+
* Valid values are the same as those supported by Mapbox Streets v8.
25+
* Examples include: `motorway`, `motorway_link`, `primary`, and `street`.
26+
* Note that adding new possible values is not considered a breaking change.
2327
*
2428
* @return class of the road.
2529
*/

0 commit comments

Comments
 (0)