Skip to content

Commit cb5cbe7

Browse files
Seth BourgetSeth Bourget
andauthored
Adding annotation closure constant to directions criteria. (#1251)
Co-authored-by: Seth Bourget <seth@cafesilencio.net>
1 parent 2c95ad9 commit cb5cbe7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ public final class DirectionsCriteria {
122122
*/
123123
public static final String ANNOTATION_MAXSPEED = "maxspeed";
124124

125+
/**
126+
* The closure of sections of a route.
127+
*/
128+
public static final String ANNOTATION_CLOSURE = "closure";
129+
125130
/**
126131
* Exclude all tolls along the returned directions route.
127132
*

0 commit comments

Comments
 (0)