See: Description
| Class | Description |
|---|---|
| OptimizationAdapterFactory |
Required so that AutoValue can generate specific type adapters when needed inside the
optimization packages.
|
| OptimizationResponse |
When the Mapbox Optimization API response, this will be the root class for accessing all the
response information provided.
|
| OptimizationResponse.Builder |
This builder can be used to set the values describing the
OptimizationResponse. |
| OptimizationWaypoint |
This is a single input coordinated snapped to the road and path network.
|
| OptimizationWaypoint.Builder |
This builder can be used to set the values describing the
OptimizationWaypoint. |