See: Description
| Class | Description |
|---|---|
| BannerComponents |
A part of the
BannerText which includes a snippet of the full banner text instruction. |
| BannerComponents.Builder |
This builder can be used to set the values describing the
BannerComponents. |
| BannerInstructions |
Visual instruction information related to a particular
LegStep useful for making UI
elements inside your application such as banners. |
| BannerInstructions.Builder |
This builder can be used to set the values describing the
BannerInstructions. |
| BannerText |
Includes both plain text information that can be visualized inside your navigation application
along with the text string broken down into
BannerComponents which may or may not
include a image url. |
| BannerText.Builder |
This builder can be used to set the values describing the
BannerText. |
| DirectionsError |
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.
|
| DirectionsError.Builder |
This builder can be used to set the values describing the
DirectionsError. |
| DirectionsJsonObject |
Provideds a base class for Directions model classes.
|
| DirectionsResponse |
This is the root Mapbox Directions API response.
|
| DirectionsResponse.Builder |
This builder can be used to set the values describing the
DirectionsResponse. |
| DirectionsRoute |
Detailed information about an individual route such as the duration, distance and geometry.
|
| DirectionsRoute.Builder |
This builder can be used to set the values describing the
DirectionsRoute. |
| DirectionsWaypoint |
An input coordinate snapped to the roads network.
|
| DirectionsWaypoint.Builder |
This builder can be used to set the values describing the
DirectionsWaypoint. |
| IntersectionLanes |
Object representing lanes in an intersection.
|
| IntersectionLanes.Builder |
This builder can be used to set the values describing the
IntersectionLanes. |
| LegAnnotation |
An annotations object that contains additional details about each line segment along the route
geometry.
|
| LegAnnotation.Builder |
This builder can be used to set the values describing the
LegAnnotation. |
| LegStep |
Includes one
StepManeuver object and travel to the following LegStep. |
| LegStep.Builder |
This builder can be used to set the values describing the
LegStep. |
| MaxSpeed |
Object representing max speeds along a route.
|
| MaxSpeed.Builder |
This builder can be used to set the values describing the
MaxSpeed. |
| RouteLeg |
A route between only two
DirectionsWaypoint. |
| RouteLeg.Builder |
This builder can be used to set the values describing the
RouteLeg. |
| RouteOptions |
Provides information connected to your request that help when a new directions request is needing
using the identical parameters as the original request.
|
| RouteOptions.Builder |
This builder can be used to set the values describing the
RouteOptions. |
| StepIntersection |
Object representing an intersection along the step.
|
| StepIntersection.Builder |
This builder can be used to set the values describing the
StepIntersection. |
| StepManeuver |
Gives maneuver information about one
LegStep. |
| StepManeuver.Builder |
This builder can be used to set the values describing the
StepManeuver. |
| VoiceInstructions |
This class provides information thats useful for properly making navigation announcements at the
correct time.
|
| VoiceInstructions.Builder |
This builder can be used to set the values describing the
VoiceInstructions. |
| Annotation Type | Description |
|---|---|
| StepManeuver.StepManeuverType |
Maneuver types.
|