You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Directions API added a closure option to the annotations query parameter and a corresponding closure property to the per-leg annotation object in 2019. We should add a closure case to AttributeOptions and a closures property to RouteLeg.Attributes. It shouldn’t be called segmentClosures: this annotation type is different from the others in that the array contains a list of closures, similar to the incidents array, rather than one element per leg segment.
The Directions API added a
closure
option to theannotations
query parameter and a correspondingclosure
property to the per-legannotation
object in 2019. We should add aclosure
case toAttributeOptions
and aclosures
property toRouteLeg.Attributes
. It shouldn’t be calledsegmentClosures
: this annotation type is different from the others in that the array contains a list of closures, similar to theincidents
array, rather than one element per leg segment./ref #164 mapbox/mapbox-java#1251
/cc @mandeepsandhu
The text was updated successfully, but these errors were encountered: