Uses of Class
ai.nextbillion.maps.model.TrafficModel
| Package | Description |
|---|---|
| ai.nextbillion.maps | |
| ai.nextbillion.maps.model |
-
Uses of TrafficModel in ai.nextbillion.maps
Methods in ai.nextbillion.maps with parameters of type TrafficModel Modifier and Type Method Description DirectionsApiRequestDirectionsApiRequest. trafficModel(TrafficModel trafficModel)DistanceMatrixApiRequestDistanceMatrixApiRequest. trafficModel(TrafficModel trafficModel)Specifies the assumptions to use when calculating time in traffic. -
Uses of TrafficModel in ai.nextbillion.maps.model
Methods in ai.nextbillion.maps.model that return TrafficModel Modifier and Type Method Description static TrafficModelTrafficModel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TrafficModel[]TrafficModel. values()Returns an array containing the constants of this enum type, in the order they are declared.