Uses of Class
ai.nextbillion.maps.DirectionsApi.RouteRestriction
| Package | Description |
|---|---|
| ai.nextbillion.maps |
-
Uses of DirectionsApi.RouteRestriction in ai.nextbillion.maps
Methods in ai.nextbillion.maps that return DirectionsApi.RouteRestriction Modifier and Type Method Description static DirectionsApi.RouteRestrictionDirectionsApi.RouteRestriction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DirectionsApi.RouteRestriction[]DirectionsApi.RouteRestriction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.nextbillion.maps with parameters of type DirectionsApi.RouteRestriction Modifier and Type Method Description DirectionsApiRequestDirectionsApiRequest. avoid(DirectionsApi.RouteRestriction... restrictions)Indicates that the calculated route(s) should avoid the indicated features.DistanceMatrixApiRequestDistanceMatrixApiRequest. avoid(DirectionsApi.RouteRestriction restriction)Introduces restrictions to the route.