See: Description
| Class | Description |
|---|---|
| MapMatchingAdapterFactory |
A MapMatching type adapter factory for convenience when using AutoValue and handling
serialization/deserialization.
|
| MapMatchingError |
If an InvalidInput error is thrown, this class can be used to get both the code and the message
which holds an explanation of the invalid input.
|
| MapMatchingError.Builder |
This builder can be used to set the values describing the
MapMatchingError. |
| MapMatchingMatching |
A match object is a
DirectionsRoute object with an
additional confidence field. |
| MapMatchingMatching.Builder |
This builder can be used to set the values describing the
MapMatchingResponse. |
| MapMatchingResponse |
Mapbox map matching API response and convenience getter methods for optional properties.
|
| MapMatchingResponse.Builder |
This builder can be used to set the values describing the
MapMatchingResponse. |
| MapMatchingTracepoint |
A tracepoint object is
DirectionsWaypoint object with two
additional fields. |
| MapMatchingTracepoint.Builder |
This builder can be used to set the values describing the
MapMatchingTracepoint. |