- abbreviation() - Method in class com.mapbox.api.directions.v5.models.BannerComponents
-
The abbreviated form of text.
- abbreviation(String) - Method in class com.mapbox.api.directions.v5.models.BannerComponents.Builder
-
The abbreviated form of text.
- abbreviationPriority() - Method in class com.mapbox.api.directions.v5.models.BannerComponents
-
An integer indicating the order in which the abbreviation abbr should be used in
place of text.
- abbreviationPriority(Integer) - Method in class com.mapbox.api.directions.v5.models.BannerComponents.Builder
-
An integer indicating the order in which the abbreviation abbr should be used in
place of text.
- active() - Method in class com.mapbox.api.directions.v5.models.BannerComponents
-
A boolean telling you if that lane can be used to complete the upcoming maneuver.
- active(Boolean) - Method in class com.mapbox.api.directions.v5.models.BannerComponents.Builder
-
A boolean telling you if that lane can be used to complete the upcoming maneuver.
- active() - Method in class com.mapbox.api.directions.v5.models.IntersectionLanes
-
Indicates whether this lane is a preferred lane (true) or not (false).
- active(Boolean) - Method in class com.mapbox.api.directions.v5.models.IntersectionLanes.Builder
-
Indicates whether this lane is a preferred lane (true) or not (false).
- activeDirection() - Method in class com.mapbox.api.directions.v5.models.BannerComponents
-
When components.active is set to true, this property shows which of the lane's
BannerComponents.directions()
is applicable to the current route, when there is
more than one.
- activeDirection(String) - Method in class com.mapbox.api.directions.v5.models.BannerComponents.Builder
-
When components.active is set to true, this property shows which of the lane's
BannerComponents.directions()
is applicable to the current route, when there is
more than one.
- Admin - Class in com.mapbox.api.directions.v5.models
-
An objects describing the administrative boundaries the route leg travels through.
- Admin() - Constructor for class com.mapbox.api.directions.v5.models.Admin
-
- Admin.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
Admin
.
- adminIndex() - Method in class com.mapbox.api.directions.v5.models.StepIntersection
-
The zero-based index into the admin list on the route leg for this intersection.
- adminIndex(Integer) - Method in class com.mapbox.api.directions.v5.models.StepIntersection.Builder
-
The zero-based index into the admin list on the route leg for this intersection.
- admins() - Method in class com.mapbox.api.directions.v5.models.RouteLeg
-
An array of objects describing the administrative boundaries the route leg travels through.
- admins(List<Admin>) - Method in class com.mapbox.api.directions.v5.models.RouteLeg.Builder
-
An array of objects describing the administrative boundaries the route leg travels through.
- alertcCodes() - Method in class com.mapbox.api.directions.v5.models.Incident
-
AlertC codes.
- alertcCodes(List<Integer>) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
AlertC codes.
- alleyBias() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
A scale from -1 to 1, where -1 biases the route against alleys
and 1 biases the route toward alleys.
- alleyBias(Double) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
A scale from -1 to 1, where -1 biases the route against alleys
and 1 biases the route toward alleys.
- alternatives() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Whether to try to return alternative routes (true) or not (false, default).
- alternatives(Boolean) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Whether to try to return alternative routes (true) or not (false, default).
- angle() - Method in class com.mapbox.api.directions.v5.models.Bearing
-
Clockwise value from true north between 0 and 360.
- angle(double) - Method in class com.mapbox.api.directions.v5.models.Bearing.Builder
-
Clockwise value from true north between 0 and 360.
- annotation() - Method in class com.mapbox.api.directions.v5.models.RouteLeg
-
A
LegAnnotation
that contains additional details about each line segment along the
route geometry.
- annotation(LegAnnotation) - Method in class com.mapbox.api.directions.v5.models.RouteLeg.Builder
-
A
LegAnnotation
that contains additional details about each line segment along the
route geometry.
- ANNOTATION_CLOSURE - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
An array of closure objects describing live-traffic related closures
that occur along the route.
- ANNOTATION_CONGESTION - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
The level of congestion between each entry in the array of coordinate pairs
in the route leg.
- ANNOTATION_CONGESTION_NUMERIC - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
The numeric level of congestion between each entry in the array of coordinate pairs
in the route leg.
- ANNOTATION_DISTANCE - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
The distance between each pair of coordinates in meters.
- ANNOTATION_DURATION - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
The duration between each pair of coordinates in seconds.
- ANNOTATION_MAXSPEED - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
The maximum speed limit between the coordinates of a segment.
- ANNOTATION_SPEED - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
The speed between each pair of coordinates in meters per second.
- annotations() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
A comma-separated list of annotations.
- annotations(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
A comma-separated list of annotations.
- annotationsList() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
A list of annotations.
- annotationsList(List<String>) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
A list of annotations.
- announcement() - Method in class com.mapbox.api.directions.v5.models.VoiceInstructions
-
Provides the instruction string which was build on the server-side and can sometimes
concatenate instructions together if maneuver instructions are too close to each other.
- announcement(String) - Method in class com.mapbox.api.directions.v5.models.VoiceInstructions.Builder
-
Provides the instruction string which was build on the server-side and can sometimes
concatenate instructions together if maneuver instructions are too close to each other.
- APPROACH_CURB - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
The route will be returned so that on arrival,
the waypoint will be found on the side that corresponds with the driving_side of
the region in which the returned route is located.
- APPROACH_UNRESTRICTED - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
The routes can approach waypoints from either side of the road.
- approaches() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
A semicolon-separated list indicating from which side of the road
to approach a waypoint.
- approaches(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
A semicolon-separated list indicating from which side of the road
to approach a waypoint.
- approachesList() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Indicates from which side of the road to approach a waypoint.
- approachesList(List<String>) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Indicates from which side of the road to approach a waypoint.
- ARRIVE - Static variable in class com.mapbox.api.directions.v5.models.StepManeuver
-
Indicates arrival to a destination of a leg.
- arriveBy() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
The desired arrival time, formatted as a timestamp in ISO-8601 format
in the local time at the route destination.
- arriveBy(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
The desired arrival time, formatted as a timestamp in ISO-8601 format
in the local time at the route destination.
- avoidManeuverRadius() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
A radius around a starting point where the routes' provider tries to avoid any
significant maneuvers.
- avoidManeuverRadius(Double) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
A radius around a starting point where the routes' provider tries to avoid any
significant maneuvers.
- BannerComponents - Class in com.mapbox.api.directions.v5.models
-
A part of the
BannerText
which includes a snippet of the full banner text instruction.
- BannerComponents() - Constructor for class com.mapbox.api.directions.v5.models.BannerComponents
-
- BannerComponents.BannerComponentsSubType - Annotation Type in com.mapbox.api.directions.v5.models
-
Banner component types.
- BannerComponents.BannerComponentsType - Annotation Type in com.mapbox.api.directions.v5.models
-
Banner component types.
- BannerComponents.Builder - Class in com.mapbox.api.directions.v5.models
-
- BannerInstructions - Class in com.mapbox.api.directions.v5.models
-
Visual instruction information related to a particular
LegStep
useful for making UI
elements inside your application such as banners.
- BannerInstructions() - Constructor for class com.mapbox.api.directions.v5.models.BannerInstructions
-
- bannerInstructions() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
If in your request you set
MapboxDirections.Builder#bannerInstructions() to true,
you'll receive a list of
BannerInstructions
which encompasses all information necessary
for creating a visual cue about a given
LegStep
.
- bannerInstructions(List<BannerInstructions>) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
If in your request you set
MapboxDirections.Builder#bannerInstructions() to true,
you'll receive a list of
BannerInstructions
which encompasses all information
necessary for creating a visual cue about a given
LegStep
.
- bannerInstructions() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Whether to return banner objects associated with the route steps (true) or not
(false, default if null).
- bannerInstructions(Boolean) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Whether to return banner objects associated with the route steps (true) or not
(false, default if null).
- BannerInstructions.Builder - Class in com.mapbox.api.directions.v5.models
-
- BannerText - Class in com.mapbox.api.directions.v5.models
-
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() - Constructor for class com.mapbox.api.directions.v5.models.BannerText
-
- BannerText.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
BannerText
.
- BannerView - Class in com.mapbox.api.directions.v5.models
-
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.
- BannerView() - Constructor for class com.mapbox.api.directions.v5.models.BannerView
-
- BannerView.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
BannerView
.
- BASE_API_URL - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Base URL for all API calls.
- baseUrl() - Method in class com.mapbox.api.directions.v5.models.MapboxShield
-
Base url to query the styles endpoint.
- baseUrl(String) - Method in class com.mapbox.api.directions.v5.models.MapboxShield.Builder
-
Base url to query the styles endpoint.
- baseUrl() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Base URL for the request.
- baseUrl(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Base URL for the request.
- Bearing - Class in com.mapbox.api.directions.v5.models
-
A value pair of an
Bearing.angle()
which is a clockwise value from true north between 0 and 360,
and a
Bearing.degrees()
which is the range of degrees by which the angle can deviate.
- Bearing() - Constructor for class com.mapbox.api.directions.v5.models.Bearing
-
- Bearing.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
Bearing
.
- bearingAfter() - Method in class com.mapbox.api.directions.v5.models.StepManeuver
-
Number between 0 and 360 indicating the clockwise angle from true north to the direction of
travel right after the maneuver.
- bearingAfter(Double) - Method in class com.mapbox.api.directions.v5.models.StepManeuver.Builder
-
Number between 0 and 360 indicating the clockwise angle from true north to the direction of
travel right after the maneuver.
- bearingBefore() - Method in class com.mapbox.api.directions.v5.models.StepManeuver
-
Number between 0 and 360 indicating the clockwise angle from true north to the direction of
travel right before the maneuver.
- bearingBefore(Double) - Method in class com.mapbox.api.directions.v5.models.StepManeuver.Builder
-
Number between 0 and 360 indicating the clockwise angle from true north to the direction of
travel right before the maneuver.
- bearings() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Influences the direction in which a route starts from a waypoint.
- bearings(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Influences the direction in which a route starts from a waypoint.
- bearings() - Method in class com.mapbox.api.directions.v5.models.StepIntersection
-
An integer list of bearing values available at the step intersection.
- bearings(List<Integer>) - Method in class com.mapbox.api.directions.v5.models.StepIntersection.Builder
-
An integer array of bearing values available at the step intersection.
- bearingsList() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Influences the direction in which a route starts from a waypoint.
- bearingsList(List<Bearing>) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Influences the direction in which a route starts from a waypoint.
- build() - Method in class com.mapbox.api.directions.v5.models.Admin.Builder
-
Build a new
Admin
object.
- build() - Method in class com.mapbox.api.directions.v5.models.BannerComponents.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.BannerInstructions.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.BannerText.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.BannerView.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.Bearing.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.Closure.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.Congestion.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.DirectionsError.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.DirectionsResponse.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.DirectionsWaypoint.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.Exclude.Builder
-
Builds the object.
- build() - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.IntersectionLanes.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.LegAnnotation.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.MapboxShield.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.MapboxStreetsV8.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.MaxSpeed.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.Metadata.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.RestStop.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.RouteLeg.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Builds the object.
- build() - Method in class com.mapbox.api.directions.v5.models.ShieldSprite.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.ShieldSpriteAttribute.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.ShieldSprites.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.ShieldSvg.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.SilentWaypoint.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.StepIntersection.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.StepManeuver.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.TollCollection.Builder
-
- build() - Method in class com.mapbox.api.directions.v5.models.VoiceInstructions.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.Admin
-
Create a new instance of this class by using the
Admin.Builder
class.
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.Admin.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.BannerComponents
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.BannerComponents.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.BannerInstructions
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.BannerInstructions.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.BannerText
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.BannerText.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.BannerView
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.BannerView.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.Bearing
-
Build a new instance of this builder.
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.Bearing.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.Closure
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.Closure.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.Congestion
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.Congestion.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.DirectionsError
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.DirectionsError.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.DirectionsResponse
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.DirectionsResponse.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.DirectionsRoute
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.DirectionsRoute.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.DirectionsWaypoint
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.DirectionsWaypoint.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.Exclude
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.Exclude.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.Incident
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.Incident.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.IntersectionLanes
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.IntersectionLanes.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.LegAnnotation
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.LegAnnotation.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.LegStep
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.LegStep.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.MapboxShield
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.MapboxShield.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.MapboxStreetsV8
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.MapboxStreetsV8.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.MaxSpeed
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.MaxSpeed.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.Metadata
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.Metadata.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.RestStop
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.RestStop.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.RouteLeg
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.RouteLeg.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.RouteOptions
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.ShieldSprite
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.ShieldSprite.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.ShieldSpriteAttribute
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.ShieldSpriteAttribute.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.ShieldSprites
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.ShieldSprites.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.ShieldSvg
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.ShieldSvg.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.SilentWaypoint
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.SilentWaypoint.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.StepIntersection
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.StepIntersection.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.StepManeuver
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.StepManeuver.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.TollCollection
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.TollCollection.Builder
-
- builder() - Static method in class com.mapbox.api.directions.v5.models.VoiceInstructions
-
- Builder() - Constructor for class com.mapbox.api.directions.v5.models.VoiceInstructions.Builder
-
- classes(List<String>) - Method in class com.mapbox.api.directions.v5.models.StepIntersection.Builder
-
A list of strings signifying the classes of the road exiting the intersection.
- classes() - Method in class com.mapbox.api.directions.v5.models.StepIntersection
-
A list of strings signifying the classes of the road exiting the intersection.
- closed(Boolean) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
True if road is closed and no possibility to pass through there.
- closed() - Method in class com.mapbox.api.directions.v5.models.Incident
-
True if road is closed and no possibility to pass through there.
- Closure - Class in com.mapbox.api.directions.v5.models
-
An object indicating the geometry indexes defining a road closure.
- Closure() - Constructor for class com.mapbox.api.directions.v5.models.Closure
-
- Closure.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
Closure
.
- closures(List<Closure>) - Method in class com.mapbox.api.directions.v5.models.RouteLeg.Builder
-
A list of closures that occur on this leg.
- closures() - Method in class com.mapbox.api.directions.v5.models.RouteLeg
-
A list of closures that occur on this leg.
- code(String) - Method in class com.mapbox.api.directions.v5.models.DirectionsError.Builder
-
String indicating the state of the response.
- code() - Method in class com.mapbox.api.directions.v5.models.DirectionsError
-
String indicating the state of the response.
- code(String) - Method in class com.mapbox.api.directions.v5.models.DirectionsResponse.Builder
-
String indicating the state of the response.
- code() - Method in class com.mapbox.api.directions.v5.models.DirectionsResponse
-
String indicating the state of the response.
- com.mapbox.api.directions.v5 - package com.mapbox.api.directions.v5
-
Contains classes for accessing the Mapbox Directions API.
- com.mapbox.api.directions.v5.models - package com.mapbox.api.directions.v5.models
-
Contains models mapping to Mapbox Directions API.
- com.mapbox.api.directions.v5.utils - package com.mapbox.api.directions.v5.utils
-
Contains classes with utilities useful for model classes.
- compareTo(BannerComponents) - Method in class com.mapbox.api.directions.v5.models.BannerComponents
-
Allows ability to sort/compare by abbreviation priority.
- components(List<BannerComponents>) - Method in class com.mapbox.api.directions.v5.models.BannerText.Builder
-
- components() - Method in class com.mapbox.api.directions.v5.models.BannerText
-
- components(List<BannerComponents>) - Method in class com.mapbox.api.directions.v5.models.BannerView.Builder
-
- components() - Method in class com.mapbox.api.directions.v5.models.BannerView
-
- Congestion - Class in com.mapbox.api.directions.v5.models
-
Quantitative descriptor of congestion.
- Congestion() - Constructor for class com.mapbox.api.directions.v5.models.Congestion
-
- congestion(Congestion) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
Quantitative descriptor of congestion.
- congestion() - Method in class com.mapbox.api.directions.v5.models.Incident
-
Quantitative descriptor of congestion.
- congestion(List<String>) - Method in class com.mapbox.api.directions.v5.models.LegAnnotation.Builder
-
The congestion between each pair of coordinates.
- congestion() - Method in class com.mapbox.api.directions.v5.models.LegAnnotation
-
The congestion between each pair of coordinates.
- Congestion.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
Congestion
.
- congestionNumeric(List<Integer>) - Method in class com.mapbox.api.directions.v5.models.LegAnnotation.Builder
-
The congestion between each pair of coordinates.
- congestionNumeric() - Method in class com.mapbox.api.directions.v5.models.LegAnnotation
-
The congestion between each pair of coordinates.
- CONTINUE - Static variable in class com.mapbox.api.directions.v5.models.StepManeuver
-
Continue on a street after a turn.
- continueStraight(Boolean) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
The allowed direction of travel when departing intermediate waypoints.
- continueStraight() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
The allowed direction of travel when departing intermediate waypoints.
- coordinates(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
A semicolon-separated list of {longitude},{latitude} coordinate pairs to visit in order.
- coordinates() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
A semicolon-separated list of {longitude},{latitude} coordinate pairs to visit in order.
- coordinatesList(List<Point>) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
A list of Points to visit in order.
- coordinatesList() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
A list of Points to visit in order.
- countryCode(String) - Method in class com.mapbox.api.directions.v5.models.Admin.Builder
-
The 2 character ISO 3166-1 alpha-2 code that applies to a country boundary.
- countryCode() - Method in class com.mapbox.api.directions.v5.models.Admin
-
Contains the 2 character ISO 3166-1 alpha-2 code that applies to a country boundary.
- countryCodeAlpha2(String) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
Two letter country code where the incident is located.
- countryCodeAlpha2() - Method in class com.mapbox.api.directions.v5.models.Incident
-
Two letter country code where the incident is located.
- countryCodeAlpha3(String) - Method in class com.mapbox.api.directions.v5.models.Admin.Builder
-
The 3 character ISO 3166-1 alpha-3 code that applies to a country boundary.
- countryCodeAlpha3() - Method in class com.mapbox.api.directions.v5.models.Admin
-
Contains the 3 character ISO 3166-1 alpha-3 code that applies to a country boundary.
- countryCodeAlpha3(String) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
Three letter country code where the incident is located.
- countryCodeAlpha3() - Method in class com.mapbox.api.directions.v5.models.Incident
-
Three letter country code where the incident is located.
- create() - Static method in class com.mapbox.api.directions.v5.DirectionsAdapterFactory
-
Creates a TypeAdapter that AutoValues uses to generate specific type adapters when needed
inside the direction package classes.
- creationTime(String) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
Time the incident was created/updated in ISO8601 format.
- creationTime() - Method in class com.mapbox.api.directions.v5.models.Incident
-
Time the incident was created/updated in ISO8601 format.
- criteria(List<String>) - Method in class com.mapbox.api.directions.v5.models.Exclude.Builder
-
Exclude certain road types from routing.
- criteria() - Method in class com.mapbox.api.directions.v5.models.Exclude
-
Exclude certain road types from routing.
- degrees(Double) - Method in class com.mapbox.api.directions.v5.models.BannerText.Builder
-
The degrees at which you will be exiting a roundabout, assuming `180` indicates
going straight through the roundabout.
- degrees() - Method in class com.mapbox.api.directions.v5.models.BannerText
-
The degrees at which you will be exiting a roundabout, assuming `180` indicates
going straight through the roundabout.
- degrees(double) - Method in class com.mapbox.api.directions.v5.models.Bearing.Builder
-
Range of degrees by which the angle can deviate.
- degrees() - Method in class com.mapbox.api.directions.v5.models.Bearing
-
Range of degrees by which the angle can deviate.
- DELIMITER - Static variable in class com.mapbox.api.directions.v5.models.BannerComponents
-
This is text that can be dropped, and should be dropped if you are rendering icons.
- DEPART - Static variable in class com.mapbox.api.directions.v5.models.StepManeuver
-
Indicates departure from a leg.
- departAt(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
The departure time, formatted as a timestamp in ISO-8601 format in the local time
at the route origin.
- departAt() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
The departure time, formatted as a timestamp in ISO-8601 format in the local time
at the route origin.
- description(String) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
Human-readable description of the incident suitable for displaying to the users.
- description() - Method in class com.mapbox.api.directions.v5.models.Incident
-
Human-readable description of the incident suitable for displaying to the users.
- DESTINATION_ANY - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Returned route ends at any of the provided coordinate in the list.
- DESTINATION_LAST - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Returned route ends at the last provided coordinate in the list.
- destinations(String) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
String with the destinations of the way along which the travel proceeds.
- destinations() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
String with the destinations of the way along which the travel proceeds.
- directions(List<String>) - Method in class com.mapbox.api.directions.v5.models.BannerComponents.Builder
-
A List of directions indicating which way you can go from a lane
(left, right, or straight).
- directions() - Method in class com.mapbox.api.directions.v5.models.BannerComponents
-
A List of directions indicating which way you can go from a lane
(left, right, or straight).
- DirectionsAdapterFactory - Class in com.mapbox.api.directions.v5
-
Required so that AutoValue can generate specific type adapters when needed inside the direction
packages.
- DirectionsAdapterFactory() - Constructor for class com.mapbox.api.directions.v5.DirectionsAdapterFactory
-
- DirectionsCriteria - Class in com.mapbox.api.directions.v5
-
Constants and properties used to customize the directions request.
- DirectionsCriteria.AnnotationCriteria - Annotation Type in com.mapbox.api.directions.v5
-
Retention policy for the various direction annotations.
- DirectionsCriteria.ApproachesCriteria - Annotation Type in com.mapbox.api.directions.v5
-
Retention policy for the approaches parameter in the MapMatching and Directions API.
- DirectionsCriteria.DestinationCriteria - Annotation Type in com.mapbox.api.directions.v5
-
Retention policy for the destination parameter in the Optimization API.
- DirectionsCriteria.ExcludeCriteria - Annotation Type in com.mapbox.api.directions.v5
-
Retention policy for the various direction exclusions.
- DirectionsCriteria.GeometriesCriteria - Annotation Type in com.mapbox.api.directions.v5
-
Retention policy for the various direction geometries.
- DirectionsCriteria.IncludeCriteria - Annotation Type in com.mapbox.api.directions.v5
-
Retention policy for include key.
- DirectionsCriteria.OverviewCriteria - Annotation Type in com.mapbox.api.directions.v5
-
Retention policy for the various direction overviews.
- DirectionsCriteria.ProfileCriteria - Annotation Type in com.mapbox.api.directions.v5
-
Retention policy for the various direction profiles.
- DirectionsCriteria.SourceCriteria - Annotation Type in com.mapbox.api.directions.v5
-
Retention policy for the source parameter in the Optimization API.
- DirectionsCriteria.VoiceUnitCriteria - Annotation Type in com.mapbox.api.directions.v5
-
Retention policy for the various units of measurements.
- DirectionsError - Class in com.mapbox.api.directions.v5.models
-
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() - Constructor for class com.mapbox.api.directions.v5.models.DirectionsError
-
- DirectionsError.Builder - Class in com.mapbox.api.directions.v5.models
-
- DirectionsJsonObject - Class in com.mapbox.api.directions.v5.models
-
Provides a base class for Directions model classes.
- DirectionsJsonObject() - Constructor for class com.mapbox.api.directions.v5.models.DirectionsJsonObject
-
- DirectionsResponse - Class in com.mapbox.api.directions.v5.models
-
This is the root Mapbox Directions API response.
- DirectionsResponse() - Constructor for class com.mapbox.api.directions.v5.models.DirectionsResponse
-
- DirectionsResponse.Builder - Class in com.mapbox.api.directions.v5.models
-
- DirectionsRoute - Class in com.mapbox.api.directions.v5.models
-
Detailed information about an individual route such as the duration, distance and geometry.
- DirectionsRoute() - Constructor for class com.mapbox.api.directions.v5.models.DirectionsRoute
-
- DirectionsRoute.Builder - Class in com.mapbox.api.directions.v5.models
-
- DirectionsWaypoint - Class in com.mapbox.api.directions.v5.models
-
An input coordinate snapped to the roads network.
- DirectionsWaypoint() - Constructor for class com.mapbox.api.directions.v5.models.DirectionsWaypoint
-
- DirectionsWaypoint.Builder - Class in com.mapbox.api.directions.v5.models
-
- displayRef(String) - Method in class com.mapbox.api.directions.v5.models.MapboxShield.Builder
-
String indicating the display ref.
- displayRef() - Method in class com.mapbox.api.directions.v5.models.MapboxShield
-
String indicating the display ref.
- distance(Double) - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute.Builder
-
The distance traveled from origin to destination.
- distance() - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute
-
The distance traveled from origin to destination.
- distance(Double) - Method in class com.mapbox.api.directions.v5.models.DirectionsWaypoint.Builder
-
The straight-line distance from the coordinate specified in the query
to the location it was snapped to.
- distance() - Method in class com.mapbox.api.directions.v5.models.DirectionsWaypoint
-
The straight-line distance from the coordinate specified in the query
to the location it was snapped to.
- distance(List<Double>) - Method in class com.mapbox.api.directions.v5.models.LegAnnotation.Builder
-
The distance, in meters, between each pair of coordinates.
- distance() - Method in class com.mapbox.api.directions.v5.models.LegAnnotation
-
The distance, in meters, between each pair of coordinates.
- distance(double) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
The distance traveled from the maneuver to the next
LegStep
.
- distance() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
The distance traveled from the maneuver to the next
LegStep
.
- distance(Double) - Method in class com.mapbox.api.directions.v5.models.RouteLeg.Builder
-
The distance traveled from one waypoint to another.
- distance() - Method in class com.mapbox.api.directions.v5.models.RouteLeg
-
The distance traveled from one waypoint to another.
- distanceAlongGeometry(double) - Method in class com.mapbox.api.directions.v5.models.BannerInstructions.Builder
-
Distance in meters from the beginning of the step at which the visual instruction should be
visible.
- distanceAlongGeometry() - Method in class com.mapbox.api.directions.v5.models.BannerInstructions
-
Distance in meters from the beginning of the step at which the visual instruction should be
visible.
- distanceAlongGeometry(Double) - Method in class com.mapbox.api.directions.v5.models.VoiceInstructions.Builder
-
Returns the missing piece in which is needed to announce instructions at accurate
times.
- distanceAlongGeometry() - Method in class com.mapbox.api.directions.v5.models.VoiceInstructions
-
This provides the missing piece in which is needed to announce instructions at accurate
times.
- distanceFromStart(double) - Method in class com.mapbox.api.directions.v5.models.SilentWaypoint.Builder
-
- distanceFromStart() - Method in class com.mapbox.api.directions.v5.models.SilentWaypoint
-
The calculated distance, in meters, from the leg origin.
- drivingSide(String) - Method in class com.mapbox.api.directions.v5.models.BannerText.Builder
-
A string representing which side the of the street people drive on in
that location.
- drivingSide() - Method in class com.mapbox.api.directions.v5.models.BannerText
-
A string representing which side the of the street people drive on
in that location.
- drivingSide(String) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
The legal driving side at the location for this step.
- drivingSide() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
The legal driving side at the location for this step.
- duration(Double) - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute.Builder
-
The estimated travel time from origin to destination.
- duration() - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute
-
The estimated travel time from origin to destination.
- duration(List<Double>) - Method in class com.mapbox.api.directions.v5.models.LegAnnotation.Builder
-
The speed, in meters per second, between each pair of coordinates.
- duration() - Method in class com.mapbox.api.directions.v5.models.LegAnnotation
-
The speed, in meters per second, between each pair of coordinates.
- duration(double) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
The estimated travel time from the maneuver to the next
LegStep
.
- duration() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
The estimated travel time from the maneuver to the next
LegStep
.
- duration(Double) - Method in class com.mapbox.api.directions.v5.models.RouteLeg.Builder
-
The estimated travel time from one waypoint to another.
- duration() - Method in class com.mapbox.api.directions.v5.models.RouteLeg
-
The estimated travel time from one waypoint to another.
- durationTypical(Double) - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute.Builder
-
The typical travel time from this route's origin to destination.
- durationTypical() - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute
-
The typical travel time from this route's origin to destination.
- durationTypical(Double) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
The typical travel time for traversing this LegStep.
- durationTypical() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
The typical travel time for traversing this LegStep.
- durationTypical(Double) - Method in class com.mapbox.api.directions.v5.models.RouteLeg.Builder
-
The typical travel time for traversing this RouteLeg.
- durationTypical() - Method in class com.mapbox.api.directions.v5.models.RouteLeg
-
The typical travel time for traversing this RouteLeg.
- enableRefresh(Boolean) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Whether the routes should be refreshable via the directions refresh API.
- enableRefresh() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Whether the routes should be refreshable via the directions refresh API.
- END_OF_ROAD - Static variable in class com.mapbox.api.directions.v5.models.StepManeuver
-
Road ends in a T intersection.
- endTime(String) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
End time in ISO8601 format.
- endTime() - Method in class com.mapbox.api.directions.v5.models.Incident
-
End time of the incident in ISO8601 format.
- entry(List<Boolean>) - Method in class com.mapbox.api.directions.v5.models.StepIntersection.Builder
-
A list of entry flags, corresponding in a 1:1 relationship to the bearings.
- entry() - Method in class com.mapbox.api.directions.v5.models.StepIntersection
-
A list of entry flags, corresponding in a 1:1 relationship to the bearings.
- Exclude - Class in com.mapbox.api.directions.v5.models
-
- Exclude() - Constructor for class com.mapbox.api.directions.v5.models.Exclude
-
- exclude(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Exclude certain road types or points from routing.
- exclude() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Exclude certain road types or points from routing.
- Exclude.Builder - Class in com.mapbox.api.directions.v5.models
-
Use this builder to build an
Exclude
object.
- EXCLUDE_CASH_ONLY_TOLLS - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Exclude all cash only tolls along the returned directions route.
- EXCLUDE_FERRY - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Exclude all ferries along the returned directions route.
- EXCLUDE_MOTORWAY - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Exclude all motorways along the returned directions route.
- EXCLUDE_RESTRICTED - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Exclude all roads with access restrictions along the returned directions route.
- EXCLUDE_TOLL - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Exclude all tolls along the returned directions route.
- EXCLUDE_TUNNEL - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Exclude all tunnels along the returned directions route.
- EXCLUDE_UNPAVED - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Exclude all unpaved roads along the returned directions route.
- excludeList(List<String>) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Exclude certain road types or points from routing.
- excludeList() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Exclude certain road types and points from routing.
- excludeObject(Exclude) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Exclude certain road types or points from routing.
- excludeObject() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Exclude certain road types and points from routing.
- EXIT - Static variable in class com.mapbox.api.directions.v5.models.BannerComponents
-
Provides the the word for exit in the local language.
- exit(Integer) - Method in class com.mapbox.api.directions.v5.models.StepManeuver.Builder
-
An optional integer indicating number of the exit to take.
- exit() - Method in class com.mapbox.api.directions.v5.models.StepManeuver
-
An optional integer indicating number of the exit to take.
- EXIT_NUMBER - Static variable in class com.mapbox.api.directions.v5.models.BannerComponents
-
Indicates the exit number for the maneuver.
- EXIT_ROTARY - Static variable in class com.mapbox.api.directions.v5.models.StepManeuver
-
Indicates the exit maneuver from a rotary.
- EXIT_ROUNDABOUT - Static variable in class com.mapbox.api.directions.v5.models.StepManeuver
-
Indicates the exit maneuver from a roundabout.
- exits(String) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
String with the exit numbers or names of the way.
- exits() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
String with the exit numbers or names of the way.
- FORK - Static variable in class com.mapbox.api.directions.v5.models.StepManeuver
-
Take the left or right side of a fork.
- formatBearings(List<Bearing>) - Static method in class com.mapbox.api.directions.v5.utils.FormatUtils
-
Formats the bearing variables from the raw values to a string ready for API consumption.
- formatDistributions(List<Integer[]>) - Static method in class com.mapbox.api.directions.v5.utils.FormatUtils
-
Converts the list of distributions to a string ready for API consumption.
- formatDouble(double) - Static method in class com.mapbox.api.directions.v5.utils.FormatUtils
-
Useful to remove any trailing zeros and prevent a double being over 7 significant figures.
- formatIntegers(List<Integer>) - Static method in class com.mapbox.api.directions.v5.utils.FormatUtils
-
Converts list of integers to a string ready for API consumption.
- formatPointsList(List<Point>) - Static method in class com.mapbox.api.directions.v5.utils.FormatUtils
-
Converts list of points to a string ready for API consumption.
- formatRadiuses(List<Double>) - Static method in class com.mapbox.api.directions.v5.utils.FormatUtils
-
Used in various APIs to format the user provided radiuses to a String matching the APIs
format.
- FormatUtils - Class in com.mapbox.api.directions.v5.utils
-
Methods to convert models to Strings.
- FormatUtils() - Constructor for class com.mapbox.api.directions.v5.utils.FormatUtils
-
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.Admin
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.BannerComponents
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.BannerInstructions
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.BannerText
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.BannerView
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.Closure
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.Congestion
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.DirectionsResponse
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String, RouteOptions, String) - Static method in class com.mapbox.api.directions.v5.models.DirectionsResponse
-
- fromJson(String, RouteOptions) - Static method in class com.mapbox.api.directions.v5.models.DirectionsResponse
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.DirectionsRoute
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String, RouteOptions, String) - Static method in class com.mapbox.api.directions.v5.models.DirectionsRoute
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.DirectionsWaypoint
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.Incident
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.IntersectionLanes
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.LegAnnotation
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.LegStep
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.MapboxShield
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.MapboxStreetsV8
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.MaxSpeed
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.Metadata
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.RestStop
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.RouteLeg
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Create a new instance of this class by passing in a formatted valid JSON String
with a Mapbox Access Token.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.ShieldSpriteAttribute
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.ShieldSprites
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.ShieldSvg
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.StepIntersection
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.StepManeuver
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.TollCollection
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromJson(String) - Static method in class com.mapbox.api.directions.v5.models.VoiceInstructions
-
Create a new instance of this class by passing in a formatted valid JSON String.
- fromUrl(URL) - Static method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Create a new instance of this class by passing a get request URL.
- geometries(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
The format of the returned geometry.
- geometries() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
The format of the returned geometry.
- geometry(String) - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute.Builder
-
Gives the geometry of the route.
- geometry() - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute
-
Gives the geometry of the route.
- geometry(String) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
Gives the geometry of the leg step.
- geometry() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
Gives the geometry of the leg step.
- GEOMETRY_POLYLINE - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Format to return route geometry will be an encoded polyline.
- GEOMETRY_POLYLINE6 - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Format to return route geometry will be an encoded polyline with precision 6.
- geometryIndex(int) - Method in class com.mapbox.api.directions.v5.models.SilentWaypoint.Builder
-
- geometryIndex() - Method in class com.mapbox.api.directions.v5.models.SilentWaypoint
-
The associated leg shape index of the via waypoint location.
- geometryIndex(Integer) - Method in class com.mapbox.api.directions.v5.models.StepIntersection.Builder
-
The zero-based index for the intersection.
- geometryIndex() - Method in class com.mapbox.api.directions.v5.models.StepIntersection
-
The zero-based index for the intersection.
- geometryIndexEnd(Integer) - Method in class com.mapbox.api.directions.v5.models.Closure.Builder
-
Closure's geometry index end point.
- geometryIndexEnd() - Method in class com.mapbox.api.directions.v5.models.Closure
-
Closure's geometry index end point.
- geometryIndexEnd(Integer) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
Incident's geometry index end point.
- geometryIndexEnd() - Method in class com.mapbox.api.directions.v5.models.Incident
-
Incident's geometry index end point.
- geometryIndexStart(Integer) - Method in class com.mapbox.api.directions.v5.models.Closure.Builder
-
Closure's geometry index start point.
- geometryIndexStart() - Method in class com.mapbox.api.directions.v5.models.Closure
-
Closure's geometry index start point.
- geometryIndexStart(Integer) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
Incident's geometry index start point.
- geometryIndexStart() - Method in class com.mapbox.api.directions.v5.models.Incident
-
Incident's geometry index start point.
- GUIDANCE_VIEW - Static variable in class com.mapbox.api.directions.v5.models.BannerComponents
-
This view gives guidance through junctions and is used to complete maneuvers.
- ICON - Static variable in class com.mapbox.api.directions.v5.models.BannerComponents
-
This is text that can be replaced by an imageBaseURL icon.
- id(String) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
Unique identifier for incident.
- id() - Method in class com.mapbox.api.directions.v5.models.Incident
-
Unique identifier for incident.
- imageBaseUrl(String) - Method in class com.mapbox.api.directions.v5.models.BannerComponents.Builder
-
In some cases when the
LegStep
is a highway or major roadway, there might be a shield
icon that's included to better identify to your user to roadway.
- imageBaseUrl() - Method in class com.mapbox.api.directions.v5.models.BannerComponents
-
In some cases when the
LegStep
is a highway or major roadway, there might be a shield
icon that's included to better identify to your user to roadway.
- imageUrl(String) - Method in class com.mapbox.api.directions.v5.models.BannerComponents.Builder
-
In some cases when the
StepManeuver
will be difficult to navigate, an image
can describe how to proceed.
- imageUrl() - Method in class com.mapbox.api.directions.v5.models.BannerComponents
-
In some cases when the
StepManeuver
will be difficult to navigate, an image
can describe how to proceed.
- impact(String) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
Severity level of incident.
- impact() - Method in class com.mapbox.api.directions.v5.models.Incident
-
Severity level of incident.
- IMPACT_CRITICAL - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- IMPACT_LOW - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- IMPACT_MAJOR - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- IMPACT_MINOR - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- IMPACT_UNKNOWN - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- IMPERIAL - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Change the units to imperial for voice and visual information.
- in(Integer) - Method in class com.mapbox.api.directions.v5.models.StepIntersection.Builder
-
Index into bearings/entry array.
- in() - Method in class com.mapbox.api.directions.v5.models.StepIntersection
-
Index into bearings/entry array.
- Incident - Class in com.mapbox.api.directions.v5.models
-
- Incident() - Constructor for class com.mapbox.api.directions.v5.models.Incident
-
- Incident.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
Incident
.
- Incident.ImpactType - Annotation Type in com.mapbox.api.directions.v5.models
-
Impact type.
- Incident.IncidentType - Annotation Type in com.mapbox.api.directions.v5.models
-
Incident type.
- INCIDENT_ACCIDENT - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- INCIDENT_CONGESTION - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- INCIDENT_CONSTRUCTION - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- INCIDENT_DISABLED_VEHICLE - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- INCIDENT_LANE_RESTRICTION - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- INCIDENT_MASS_TRANSIT - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- INCIDENT_MISCELLANEOUS - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- INCIDENT_OTHER_NEWS - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- INCIDENT_PLANNED_EVENT - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- INCIDENT_ROAD_CLOSURE - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- INCIDENT_ROAD_HAZARD - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- INCIDENT_WEATHER - Static variable in class com.mapbox.api.directions.v5.models.Incident
-
- incidents(List<Incident>) - Method in class com.mapbox.api.directions.v5.models.RouteLeg.Builder
-
A list of incidents that occur on this leg.
- incidents() - Method in class com.mapbox.api.directions.v5.models.RouteLeg
-
A list of incidents that occur on this leg.
- include(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Include certain road types in routing.
- include() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Include certain road types in routing.
- INCLUDE_HOT - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
An hov road that is tolled if your vehicle doesn't meet the minimum occupant requirement.
- INCLUDE_HOV2 - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
A road type that requires a minimum of two vehicle occupants.
- INCLUDE_HOV3 - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
A road type that requires a minimum of three vehicle occupants.
- includeList(List<String>) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Include certain road types in routing.
- includeList() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Include certain road types in routing.
- indications(List<String>) - Method in class com.mapbox.api.directions.v5.models.IntersectionLanes.Builder
-
list that can be made up of multiple signs such as left
, right
, etc.
- indications() - Method in class com.mapbox.api.directions.v5.models.IntersectionLanes
-
Array that can be made up of multiple signs such as left
, right
, etc.
- infoMap(Map<String, String>) - Method in class com.mapbox.api.directions.v5.models.Metadata.Builder
-
Map indicating the key/value pairs.
- infoMap() - Method in class com.mapbox.api.directions.v5.models.Metadata
-
Map containing a key/value pair of all the properties inside `map` json element including
map sources, version information etc.
- instruction(String) - Method in class com.mapbox.api.directions.v5.models.StepManeuver.Builder
-
A human-readable instruction of how to execute the returned maneuver.
- instruction() - Method in class com.mapbox.api.directions.v5.models.StepManeuver
-
A human-readable instruction of how to execute the returned maneuver.
- IntersectionLanes - Class in com.mapbox.api.directions.v5.models
-
Object representing lanes in an intersection.
- IntersectionLanes() - Constructor for class com.mapbox.api.directions.v5.models.IntersectionLanes
-
- IntersectionLanes.Builder - Class in com.mapbox.api.directions.v5.models
-
- intersections(List<StepIntersection>) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
Provide a list of all the intersections connected to the current way the user is traveling
along.
- intersections() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
Provides a list of all the intersections connected to the current way the user is traveling
along.
- ISO_8601_PATTERN - Static variable in class com.mapbox.api.directions.v5.utils.FormatUtils
-
- isUrban(Boolean) - Method in class com.mapbox.api.directions.v5.models.StepIntersection.Builder
-
A boolean indicating whether the road exiting the intersection is considered to be in an
urban area.
- isUrban() - Method in class com.mapbox.api.directions.v5.models.StepIntersection
-
A boolean indicating whether the road exiting the intersection is considered to be in an urban
area.
- LANE - Static variable in class com.mapbox.api.directions.v5.models.BannerComponents
-
Indicates which lanes can be used to complete the maneuver.
- lanes(List<IntersectionLanes>) - Method in class com.mapbox.api.directions.v5.models.StepIntersection.Builder
-
Array of lane objects that represent the available turn lanes at the intersection.
- lanes() - Method in class com.mapbox.api.directions.v5.models.StepIntersection
-
Array of lane objects that represent the available turn lanes at the intersection.
- lanesBlocked(List<String>) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
A list of lanes that are blocked by the incident.
- lanesBlocked() - Method in class com.mapbox.api.directions.v5.models.Incident
-
A list of lanes that are blocked by the incident.
- language(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
The language of returned turn-by-turn text instructions.
- language() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
The language of returned turn-by-turn text instructions.
- layers(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Influences layer of road from where route starts from a waypoint.
- layers() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Influences layer of road from where route starts from a waypoint.
- layersList(List<Integer>) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Influences layer of road from where route starts from a waypoint.
- layersList() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Influences layer of road from where route starts from a waypoint.
- LEFT - Static variable in class com.mapbox.api.directions.v5.models.ManeuverModifier
-
Indicates "left" maneuver modifier.
- LegAnnotation - Class in com.mapbox.api.directions.v5.models
-
An annotations object that contains additional details about each line segment along the route
geometry.
- LegAnnotation() - Constructor for class com.mapbox.api.directions.v5.models.LegAnnotation
-
- LegAnnotation.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
LegAnnotation
.
- legs(List<RouteLeg>) - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute.Builder
-
A Leg is a route between only two waypoints.
- legs() - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute
-
A Leg is a route between only two waypoints.
- LegStep - Class in com.mapbox.api.directions.v5.models
-
- LegStep() - Constructor for class com.mapbox.api.directions.v5.models.LegStep
-
- LegStep.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
LegStep
.
- LegStep.SpeedLimitSign - Annotation Type in com.mapbox.api.directions.v5.models
-
Speed limit sign.
- location() - Method in class com.mapbox.api.directions.v5.models.DirectionsWaypoint
-
A Point
representing this waypoint location.
- location() - Method in class com.mapbox.api.directions.v5.models.StepIntersection
-
A Point
representing this intersection location.
- location() - Method in class com.mapbox.api.directions.v5.models.StepManeuver
-
A Point
representing this intersection location.
- longDescription(String) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
Human-readable long description of the incident suitable for displaying to the users.
- longDescription() - Method in class com.mapbox.api.directions.v5.models.Incident
-
Human-readable long description of the incident suitable for displaying to the users.
- maneuver(StepManeuver) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
- maneuver() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
- ManeuverModifier - Class in com.mapbox.api.directions.v5.models
-
- ManeuverModifier() - Constructor for class com.mapbox.api.directions.v5.models.ManeuverModifier
-
- ManeuverModifier.Type - Annotation Type in com.mapbox.api.directions.v5.models
-
Representation of ManeuverModifier in form of logical types.
- mapboxShield(MapboxShield) - Method in class com.mapbox.api.directions.v5.models.BannerComponents.Builder
-
In some cases when the
LegStep
is a highway or major roadway, there might be a shield
icon that's included to better identify to your user to roadway.
- mapboxShield() - Method in class com.mapbox.api.directions.v5.models.BannerComponents
-
In some cases when the
LegStep
is a highway or major roadway, there might be a shield
icon that's included to better identify to your user to roadway.
- MapboxShield - Class in com.mapbox.api.directions.v5.models
-
A part of the
BannerComponents
which includes a snippet of the route shield associated
with the instruction.
- MapboxShield() - Constructor for class com.mapbox.api.directions.v5.models.MapboxShield
-
- MapboxShield.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
MapboxShield
.
- MapboxStreetsV8 - Class in com.mapbox.api.directions.v5.models
-
An object containing detailed information about the road exiting the intersection along the
route.
- MapboxStreetsV8() - Constructor for class com.mapbox.api.directions.v5.models.MapboxStreetsV8
-
- mapboxStreetsV8(MapboxStreetsV8) - Method in class com.mapbox.api.directions.v5.models.StepIntersection.Builder
-
An object containing detailed information about the road exiting the intersection along the
route.
- mapboxStreetsV8() - Method in class com.mapbox.api.directions.v5.models.StepIntersection
-
An object containing detailed information about the road exiting the intersection along the
route.
- MapboxStreetsV8.Builder - Class in com.mapbox.api.directions.v5.models
-
- maxHeight(Double) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
The max vehicle height in meters.
- maxHeight() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
The max vehicle height in meters.
- maxspeed(List<MaxSpeed>) - Method in class com.mapbox.api.directions.v5.models.LegAnnotation.Builder
-
The posted speed limit, between each pair of coordinates.
- maxspeed() - Method in class com.mapbox.api.directions.v5.models.LegAnnotation
-
The posted speed limit, between each pair of coordinates.
- MaxSpeed - Class in com.mapbox.api.directions.v5.models
-
Object representing max speeds along a route.
- MaxSpeed() - Constructor for class com.mapbox.api.directions.v5.models.MaxSpeed
-
- MaxSpeed.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
MaxSpeed
.
- maxWidth(Double) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
The max vehicle width in meters.
- maxWidth() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
The max vehicle width in meters.
- MERGE - Static variable in class com.mapbox.api.directions.v5.models.StepManeuver
-
Merge onto a street.
- message(String) - Method in class com.mapbox.api.directions.v5.models.DirectionsError.Builder
-
Provides a short message with the explanation of the invalid input.
- message() - Method in class com.mapbox.api.directions.v5.models.DirectionsError
-
Provides a short message with the explanation of the invalid input.
- message(String) - Method in class com.mapbox.api.directions.v5.models.DirectionsResponse.Builder
-
Optionally shows up in a directions response if an error or something unexpected occurred.
- message() - Method in class com.mapbox.api.directions.v5.models.DirectionsResponse
-
Optionally shows up in a directions response if an error or something unexpected occurred.
- metadata(Metadata) - Method in class com.mapbox.api.directions.v5.models.DirectionsResponse.Builder
-
A complex data structure that provides information about the source of the response.
- metadata() - Method in class com.mapbox.api.directions.v5.models.DirectionsResponse
-
A complex data structure that provides information about the source of the response.
- Metadata - Class in com.mapbox.api.directions.v5.models
-
Object representing metadata associated with a route request.
- Metadata() - Constructor for class com.mapbox.api.directions.v5.models.Metadata
-
- metadata(Boolean) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Whether the response should contain metadata holding versioning information.
- metadata() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Whether the response should contain metadata holding versioning information.
- Metadata.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
Metadata
.
- METRIC - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Change the units to metric for voice and visual information.
- mode(String) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
Indicates the mode of transportation in the step.
- mode() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
indicates the mode of transportation in the step.
- modifier(String) - Method in class com.mapbox.api.directions.v5.models.BannerText.Builder
-
This indicates the mode of the maneuver.
- modifier() - Method in class com.mapbox.api.directions.v5.models.BannerText
-
This indicates the mode of the maneuver.
- modifier(String) - Method in class com.mapbox.api.directions.v5.models.BannerView.Builder
-
This indicates the mode of the maneuver.
- modifier() - Method in class com.mapbox.api.directions.v5.models.BannerView
-
This indicates the mode of the maneuver.
- modifier(String) - Method in class com.mapbox.api.directions.v5.models.StepManeuver.Builder
-
This indicates the mode of the maneuver.
- modifier() - Method in class com.mapbox.api.directions.v5.models.StepManeuver
-
This indicates the mode of the maneuver.
- MPH - Static variable in class com.mapbox.api.directions.v5.models.SpeedLimit
-
Speed limit unit in mph.
- MUTCD - Static variable in class com.mapbox.api.directions.v5.models.LegStep
-
- parseBearings(String) - Static method in class com.mapbox.api.directions.v5.utils.ParseUtils
-
Parse a semicolon separated String to a list of lists of doubles.
- parseToBooleans(String) - Static method in class com.mapbox.api.directions.v5.utils.ParseUtils
-
Parse a semicolon separated String to a list of Booleans.
- parseToDoubles(String) - Static method in class com.mapbox.api.directions.v5.utils.ParseUtils
-
Parse a semicolon separated String to a list of Doubles.
- parseToIntegers(String) - Static method in class com.mapbox.api.directions.v5.utils.ParseUtils
-
Parse a semicolon separated String to a list of Integers.
- parseToPoints(String) - Static method in class com.mapbox.api.directions.v5.utils.ParseUtils
-
Parse a semicolon separated String to a list of Points.
- parseToStrings(String) - Static method in class com.mapbox.api.directions.v5.utils.ParseUtils
-
Parse a semicolon separated String to a list of Strings.
- parseToStrings(String, String) - Static method in class com.mapbox.api.directions.v5.utils.ParseUtils
-
Parse a String to a list of Strings using the provided separator.
- ParseUtils - Class in com.mapbox.api.directions.v5.utils
-
Methods to convert Strings to Lists of objects.
- ParseUtils() - Constructor for class com.mapbox.api.directions.v5.utils.ParseUtils
-
- pixelRatio(Integer) - Method in class com.mapbox.api.directions.v5.models.ShieldSpriteAttribute.Builder
-
Shield sprite's pixel ratio.
- pixelRatio() - Method in class com.mapbox.api.directions.v5.models.ShieldSpriteAttribute
-
Shield sprite's pixel ratio.
- placeholder(List<Double>) - Method in class com.mapbox.api.directions.v5.models.ShieldSpriteAttribute.Builder
-
Shield sprite's placeholder.
- placeholder() - Method in class com.mapbox.api.directions.v5.models.ShieldSpriteAttribute
-
Shield sprite's placeholder (optional).
- points(List<Point>) - Method in class com.mapbox.api.directions.v5.models.Exclude.Builder
-
Exclude certain points from routing.
- points() - Method in class com.mapbox.api.directions.v5.models.Exclude
-
Exclude certain points from routing.
- primary(BannerText) - Method in class com.mapbox.api.directions.v5.models.BannerInstructions.Builder
-
Main visual information about the
LegStep
.
- primary() - Method in class com.mapbox.api.directions.v5.models.BannerInstructions
-
A plain text representation stored inside a
BannerText
object.
- profile(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
The routing profile to use.
- profile() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
The routing profile to use.
- PROFILE_CYCLING - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
For bicycle routing.
- PROFILE_DEFAULT_USER - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Mapbox default username.
- PROFILE_DRIVING - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
For car and motorcycle routing.
- PROFILE_DRIVING_TRAFFIC - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
For car and motorcycle routing.
- PROFILE_WALKING - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
For pedestrian and hiking routing.
- pronunciation(String) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
The pronunciation hint of the way name.
- pronunciation() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
The pronunciation hint of the way name.
- radiuses(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
The maximum distance a coordinate can be moved to snap to the road network in meters.
- radiuses() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
The maximum distance a coordinate can be moved to snap to the road network in meters.
- radiusesList(List<Double>) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
The maximum distance a coordinate can be moved to snap to the road network in meters.
- radiusesList() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
The maximum distance a coordinate can be moved to snap to the road network in meters.
- railwayCrossing(Boolean) - Method in class com.mapbox.api.directions.v5.models.StepIntersection.Builder
-
Indicates whether there is a railway crossing at the intersection.
- railwayCrossing() - Method in class com.mapbox.api.directions.v5.models.StepIntersection
-
Indicates whether there is a railway crossing at the intersection.
- rawLocation(double[]) - Method in class com.mapbox.api.directions.v5.models.DirectionsWaypoint.Builder
-
The rawLocation as a double array representing a location snapped to the road network.
- rawLocation(double[]) - Method in class com.mapbox.api.directions.v5.models.StepIntersection.Builder
-
The rawLocation as a double array.
- rawLocation() - Method in class com.mapbox.api.directions.v5.models.StepIntersection
-
A Point
representing this intersection location.
- rawLocation(double[]) - Method in class com.mapbox.api.directions.v5.models.StepManeuver.Builder
-
The rawLocation as a double array.
- rawLocation() - Method in class com.mapbox.api.directions.v5.models.StepManeuver
-
A Point
representing this intersection location.
- ref(String) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
String with reference number or code of the way along which the travel proceeds.
- ref() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
Any road designations associated with the road or path leading from this step's
maneuver to the next step's maneuver.
- requestUuid(String) - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute.Builder
-
The universally unique identifier of the request that produced this route.
- requestUuid() - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute
-
The universally unique identifier of the request that produced this route.
- RestStop - Class in com.mapbox.api.directions.v5.models
-
An object containing information about passing rest stops along the route.
- RestStop() - Constructor for class com.mapbox.api.directions.v5.models.RestStop
-
- restStop(RestStop) - Method in class com.mapbox.api.directions.v5.models.StepIntersection.Builder
-
An object containing information about passing rest stops along the route.
- restStop() - Method in class com.mapbox.api.directions.v5.models.StepIntersection
-
An object containing information about passing rest stops along the route.
- RestStop.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
RestStop
.
- RIGHT - Static variable in class com.mapbox.api.directions.v5.models.ManeuverModifier
-
Indicates "right" maneuver modifier.
- roadClass(String) - Method in class com.mapbox.api.directions.v5.models.MapboxStreetsV8.Builder
-
Class of the road exiting the intersection.
- roadClass() - Method in class com.mapbox.api.directions.v5.models.MapboxStreetsV8
-
- ROTARY - Static variable in class com.mapbox.api.directions.v5.models.StepManeuver
-
A traffic circle.
- rotaryName(String) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
An optional string indicating the name of the rotary.
- rotaryName() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
An optional string indicating the name of the rotary.
- rotaryPronunciation(String) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
An optional string indicating the pronunciation of the name of the rotary.
- rotaryPronunciation() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
An optional string indicating the pronunciation of the name of the rotary.
- ROUNDABOUT - Static variable in class com.mapbox.api.directions.v5.models.StepManeuver
-
Traverse roundabout.
- ROUNDABOUT_TURN - Static variable in class com.mapbox.api.directions.v5.models.StepManeuver
-
A small roundabout that is treated as an intersection.
- roundaboutExits(Boolean) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Whether to emit instructions at roundabout exits (true) or not (false, default if null).
- roundaboutExits() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Whether to emit instructions at roundabout exits (true) or not (false, default if null).
- routeIndex(String) - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute.Builder
-
The index of the route in the list of routes returned by the original response.
- routeIndex() - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute
-
The index of this route in the original network response.
- RouteLeg - Class in com.mapbox.api.directions.v5.models
-
- RouteLeg() - Constructor for class com.mapbox.api.directions.v5.models.RouteLeg
-
- RouteLeg.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
RouteLeg
.
- routeOptions(RouteOptions) - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute.Builder
-
Holds onto the parameter information used when making the directions request.
- routeOptions() - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute
-
Holds onto the parameter information used when making the directions request.
- RouteOptions - Class in com.mapbox.api.directions.v5.models
-
Defines route request parameters.
- RouteOptions() - Constructor for class com.mapbox.api.directions.v5.models.RouteOptions
-
- RouteOptions.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
RouteOptions
.
- routes(List<DirectionsRoute>) - Method in class com.mapbox.api.directions.v5.models.DirectionsResponse.Builder
-
List containing all the different route options.
- routes() - Method in class com.mapbox.api.directions.v5.models.DirectionsResponse
-
List containing all the different route options.
- secondary(BannerText) - Method in class com.mapbox.api.directions.v5.models.BannerInstructions.Builder
-
Ancillary visual information about the
LegStep
.
- secondary() - Method in class com.mapbox.api.directions.v5.models.BannerInstructions
-
Ancillary visual information about the
LegStep
.
- SHARP_LEFT - Static variable in class com.mapbox.api.directions.v5.models.ManeuverModifier
-
Indicates "sharp left" maneuver modifier.
- SHARP_RIGHT - Static variable in class com.mapbox.api.directions.v5.models.ManeuverModifier
-
Indicates "sharp right" maneuver modifier.
- ShieldSprite - Class in com.mapbox.api.directions.v5.models
-
ShieldSprite.
- ShieldSprite() - Constructor for class com.mapbox.api.directions.v5.models.ShieldSprite
-
- ShieldSprite.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
ShieldSprite
.
- ShieldSpriteAttribute - Class in com.mapbox.api.directions.v5.models
-
ShieldSpriteAttribute.
- ShieldSpriteAttribute() - Constructor for class com.mapbox.api.directions.v5.models.ShieldSpriteAttribute
-
- ShieldSpriteAttribute.Builder - Class in com.mapbox.api.directions.v5.models
-
- ShieldSprites - Class in com.mapbox.api.directions.v5.models
-
ShieldSprites.
- ShieldSprites() - Constructor for class com.mapbox.api.directions.v5.models.ShieldSprites
-
- ShieldSprites.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
ShieldSprites
.
- ShieldSvg - Class in com.mapbox.api.directions.v5.models
-
ShieldSvg.
- ShieldSvg() - Constructor for class com.mapbox.api.directions.v5.models.ShieldSvg
-
- ShieldSvg.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
ShieldSvg
.
- SIGNBOARD - Static variable in class com.mapbox.api.directions.v5.models.BannerComponents
-
This view gives guidance through signboards and is used to complete maneuvers.
- SilentWaypoint - Class in com.mapbox.api.directions.v5.models
-
Represents an information about silent waypoint in the leg index.
- SilentWaypoint() - Constructor for class com.mapbox.api.directions.v5.models.SilentWaypoint
-
- SilentWaypoint.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
SilentWaypoint
.
- SLIGHT_LEFT - Static variable in class com.mapbox.api.directions.v5.models.ManeuverModifier
-
Indicates "slight left" maneuver modifier.
- SLIGHT_RIGHT - Static variable in class com.mapbox.api.directions.v5.models.ManeuverModifier
-
Indicates "slight right" maneuver modifier.
- snappingIncludeClosures(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
A semicolon-separated list of booleans affecting snapping of waypoint locations to road
segments.
- snappingIncludeClosures() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
A semicolon-separated list of booleans affecting snapping of waypoint locations to road
segments.
- snappingIncludeClosuresList(List<Boolean>) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
A list of booleans affecting snapping of waypoint locations to road segments.
- snappingIncludeClosuresList() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
A list of booleans affecting snapping of waypoint locations to road segments.
- SOURCE_ANY - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Returned route starts at any of the provided coordinate in the list.
- SOURCE_FIRST - Static variable in class com.mapbox.api.directions.v5.DirectionsCriteria
-
Returned route starts at the first provided coordinate in the list.
- speed(List<Double>) - Method in class com.mapbox.api.directions.v5.models.LegAnnotation.Builder
-
The speed, in meters per second, between each pair of coordinates.
- speed() - Method in class com.mapbox.api.directions.v5.models.LegAnnotation
-
The speed, in meters per second, between each pair of coordinates.
- speed(Integer) - Method in class com.mapbox.api.directions.v5.models.MaxSpeed.Builder
-
Number indicating the posted speed limit.
- speed() - Method in class com.mapbox.api.directions.v5.models.MaxSpeed
-
Number indicating the posted speed limit.
- SpeedLimit - Class in com.mapbox.api.directions.v5.models
-
The file exposes speed limit annotations.
- SpeedLimit() - Constructor for class com.mapbox.api.directions.v5.models.SpeedLimit
-
- SpeedLimit.Unit - Annotation Type in com.mapbox.api.directions.v5.models
-
Speed limit unit.
- speedLimitSign(String) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
Speed limit sign type.
- speedLimitSign() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
Speed limit sign type.
- speedLimitUnit(String) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
Speed limit unit as per the locale.
- speedLimitUnit() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
Speed limit unit as per the locale.
- spriteAttributes(ShieldSpriteAttribute) - Method in class com.mapbox.api.directions.v5.models.ShieldSprite.Builder
-
Shield sprite's attributes.
- spriteAttributes() - Method in class com.mapbox.api.directions.v5.models.ShieldSprite
-
Shield sprite's attributes.
- spriteName(String) - Method in class com.mapbox.api.directions.v5.models.ShieldSprite.Builder
-
Shield sprite's name.
- spriteName() - Method in class com.mapbox.api.directions.v5.models.ShieldSprite
-
Shield sprite's name.
- sprites(List<ShieldSprite>) - Method in class com.mapbox.api.directions.v5.models.ShieldSprites.Builder
-
- sprites() - Method in class com.mapbox.api.directions.v5.models.ShieldSprites
-
- ssmlAnnouncement(String) - Method in class com.mapbox.api.directions.v5.models.VoiceInstructions.Builder
-
Get the same instruction string you'd get from
VoiceInstructions.announcement()
but this one includes
Speech Synthesis Markup Language which helps voice synthesiser read information more
humanely.
- ssmlAnnouncement() - Method in class com.mapbox.api.directions.v5.models.VoiceInstructions
-
Get the same instruction string you'd get from
VoiceInstructions.announcement()
but this one includes
Speech Synthesis Markup Language which helps voice synthesiser read information more humanely.
- startTime(String) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
Start time in ISO8601 format.
- startTime() - Method in class com.mapbox.api.directions.v5.models.Incident
-
Start time of the incident in ISO8601 format.
- StepIntersection - Class in com.mapbox.api.directions.v5.models
-
Object representing an intersection along the step.
- StepIntersection() - Constructor for class com.mapbox.api.directions.v5.models.StepIntersection
-
- StepIntersection.Builder - Class in com.mapbox.api.directions.v5.models
-
- StepManeuver - Class in com.mapbox.api.directions.v5.models
-
Gives maneuver information about one
LegStep
.
- StepManeuver() - Constructor for class com.mapbox.api.directions.v5.models.StepManeuver
-
- StepManeuver.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
StepManeuver
.
- StepManeuver.StepManeuverType - Annotation Type in com.mapbox.api.directions.v5.models
-
Maneuver types.
- steps(List<LegStep>) - Method in class com.mapbox.api.directions.v5.models.RouteLeg.Builder
-
Gives a List including all the steps to get from one waypoint to another.
- steps() - Method in class com.mapbox.api.directions.v5.models.RouteLeg
-
Gives a List including all the steps to get from one waypoint to another.
- steps(Boolean) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Whether to return steps and turn-by-turn instructions (true)
or not (false if null, default).
- steps() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Whether to return steps and turn-by-turn instructions (true)
or not (false if null, default).
- STRAIGHT - Static variable in class com.mapbox.api.directions.v5.models.ManeuverModifier
-
Indicates "straight" maneuver modifier.
- sub(BannerText) - Method in class com.mapbox.api.directions.v5.models.BannerInstructions.Builder
-
Additional information that is included
if we feel the driver needs a heads up about something.
- sub() - Method in class com.mapbox.api.directions.v5.models.BannerInstructions
-
Additional information that is included if we feel the driver needs a heads up about something.
- subType(String) - Method in class com.mapbox.api.directions.v5.models.BannerComponents.Builder
-
- subType() - Method in class com.mapbox.api.directions.v5.models.BannerComponents
-
- subType(String) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
Sub-type of the incident.
- subType() - Method in class com.mapbox.api.directions.v5.models.Incident
-
Sub-type of the incident.
- subTypeDescription(String) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
Sub-type-specific description.
- subTypeDescription() - Method in class com.mapbox.api.directions.v5.models.Incident
-
Sub-type-specific description.
- summary(String) - Method in class com.mapbox.api.directions.v5.models.RouteLeg.Builder
-
A short human-readable summary of major roads traversed.
- summary() - Method in class com.mapbox.api.directions.v5.models.RouteLeg
-
A short human-readable summary of major roads traversed.
- svg(String) - Method in class com.mapbox.api.directions.v5.models.ShieldSvg.Builder
-
SVG.
- svg() - Method in class com.mapbox.api.directions.v5.models.ShieldSvg
-
SVG.
- text(String) - Method in class com.mapbox.api.directions.v5.models.BannerComponents.Builder
-
A snippet of the full
BannerText.text()
which can be used for visually altering parts
of the full string.
- TEXT - Static variable in class com.mapbox.api.directions.v5.models.BannerComponents
-
Default.
- text() - Method in class com.mapbox.api.directions.v5.models.BannerComponents
-
A snippet of the full
BannerText.text()
which can be used for visually altering parts
of the full string.
- text(String) - Method in class com.mapbox.api.directions.v5.models.BannerText.Builder
-
- text() - Method in class com.mapbox.api.directions.v5.models.BannerText
-
- text(String) - Method in class com.mapbox.api.directions.v5.models.BannerView.Builder
-
- text() - Method in class com.mapbox.api.directions.v5.models.BannerView
-
- textColor(String) - Method in class com.mapbox.api.directions.v5.models.MapboxShield.Builder
-
String indicating the color of the text to be rendered on the route shield.
- textColor() - Method in class com.mapbox.api.directions.v5.models.MapboxShield
-
String indicating the color of the text to be rendered on the route shield.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.Admin
-
Convert the current
Admin
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.BannerComponents
-
Convert the current
BannerComponents
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.BannerInstructions
-
Convert the current
BannerInstructions
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.BannerText
-
Convert the current
BannerText
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.BannerView
-
Convert the current
BannerView
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.Bearing
-
Convert the current
Bearing
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.Closure
-
Convert the current
Closure
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.Congestion
-
Convert the current
Congestion
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.DirectionsError
-
Convert the current
DirectionsError
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.DirectionsResponse
-
Convert the current
DirectionsResponse
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute
-
Convert the current
DirectionsRoute
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.DirectionsWaypoint
-
Convert the current
DirectionsWaypoint
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.Incident
-
Convert the current
Incident
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.IntersectionLanes
-
Convert the current
IntersectionLanes
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.LegAnnotation
-
Convert the current
LegAnnotation
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
Convert the current
LegStep
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.MapboxShield
-
Convert the current
MapboxShield
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.MapboxStreetsV8
-
Convert the current
MapboxStreetsV8
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.MaxSpeed
-
Convert the current
MaxSpeed
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.Metadata
-
Convert the current
Metadata
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.RestStop
-
Convert the current
RestStop
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.RouteLeg
-
Convert the current
RouteLeg
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Convert the current
RouteOptions
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.ShieldSprite
-
Convert the current
ShieldSprite
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.ShieldSpriteAttribute
-
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.ShieldSprites
-
Convert the current
ShieldSprites
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.ShieldSvg
-
Convert the current
ShieldSvg
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.StepIntersection
-
Convert the current
StepIntersection
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.StepManeuver
-
Convert the current
StepManeuver
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.TollCollection
-
Convert the current
TollCollection
to its builder holding the currently assigned
values.
- toBuilder() - Method in class com.mapbox.api.directions.v5.models.VoiceInstructions
-
Convert the current
VoiceInstructions
to its builder holding the currently assigned
values.
- toJson() - Method in class com.mapbox.api.directions.v5.models.DirectionsJsonObject
-
This takes the currently defined values found inside this instance and converts it to a json
string.
- toJson() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
This takes the currently defined values found inside this instance and converts it to a json
string.
- toJson() - Method in class com.mapbox.api.directions.v5.models.ShieldSpriteAttribute
-
- toJson() - Method in class com.mapbox.api.directions.v5.models.ShieldSprites
-
- toJson() - Method in class com.mapbox.api.directions.v5.models.ShieldSvg
-
This takes the currently defined values found inside the
ShieldSvg
instance and
converts it to a
ShieldSvg
string.
- tollCollection(TollCollection) - Method in class com.mapbox.api.directions.v5.models.StepIntersection.Builder
-
An object containing information about a toll collection point along the route.
- tollCollection() - Method in class com.mapbox.api.directions.v5.models.StepIntersection
-
An object containing information about a toll collection point along the route.
- TollCollection - Class in com.mapbox.api.directions.v5.models
-
An object containing information about a toll collection point along the route.
- TollCollection() - Constructor for class com.mapbox.api.directions.v5.models.TollCollection
-
- TollCollection.Builder - Class in com.mapbox.api.directions.v5.models
-
This builder can be used to set the values describing the
TollCollection
.
- toUrl(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Create an encoded URL from RouteOptions instance.
- tunnelName(String) - Method in class com.mapbox.api.directions.v5.models.StepIntersection.Builder
-
Name of the tunnel.
- tunnelName() - Method in class com.mapbox.api.directions.v5.models.StepIntersection
-
Name of the tunnel.
- TURN - Static variable in class com.mapbox.api.directions.v5.models.StepManeuver
-
A basic turn in the direction of the modifier.
- type(String) - Method in class com.mapbox.api.directions.v5.models.BannerComponents.Builder
-
String giving you more context about the component which may help in visual markup/display
choices.
- type() - Method in class com.mapbox.api.directions.v5.models.BannerComponents
-
String giving you more context about the component which may help in visual markup/display
choices.
- type(String) - Method in class com.mapbox.api.directions.v5.models.BannerText.Builder
-
This indicates the type of maneuver.
- type() - Method in class com.mapbox.api.directions.v5.models.BannerText
-
This indicates the type of maneuver.
- type(String) - Method in class com.mapbox.api.directions.v5.models.BannerView.Builder
-
This indicates the type of maneuver.
- type() - Method in class com.mapbox.api.directions.v5.models.BannerView
-
This indicates the type of maneuver.
- type(String) - Method in class com.mapbox.api.directions.v5.models.Incident.Builder
-
One of incident types.
- type() - Method in class com.mapbox.api.directions.v5.models.Incident
-
One of incident types.
- type(String) - Method in class com.mapbox.api.directions.v5.models.RestStop.Builder
-
The type of rest stop, either `rest_area` (includes parking only) or `service_area`
(includes amenities such as gas or restaurants).
- type() - Method in class com.mapbox.api.directions.v5.models.RestStop
-
The type of rest stop, either `rest_area` (includes parking only) or `service_area`
(includes amenities such as gas or restaurants).
- type(String) - Method in class com.mapbox.api.directions.v5.models.StepManeuver.Builder
-
This indicates the type of maneuver.
- type() - Method in class com.mapbox.api.directions.v5.models.StepManeuver
-
This indicates the type of maneuver.
- type(String) - Method in class com.mapbox.api.directions.v5.models.TollCollection.Builder
-
The type of toll collection point, either `toll_booth` or `toll_gantry`.
- type() - Method in class com.mapbox.api.directions.v5.models.TollCollection
-
The type of toll collection point, either `toll_booth` or `toll_gantry`.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.Admin
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.BannerComponents
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.BannerInstructions
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.BannerText
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.BannerView
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.Closure
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.Congestion
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.DirectionsError
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.DirectionsResponse
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.DirectionsRoute
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.DirectionsWaypoint
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.Incident
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.IntersectionLanes
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.LegAnnotation
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.LegStep
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.MapboxShield
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.MapboxStreetsV8
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.MaxSpeed
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.Metadata
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.RestStop
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.RouteLeg
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.ShieldSprite
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.ShieldSpriteAttribute
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.ShieldSprites
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.ShieldSvg
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.SilentWaypoint
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.StepIntersection
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.StepManeuver
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.TollCollection
-
Gson type adapter for parsing Gson to this class.
- typeAdapter(Gson) - Static method in class com.mapbox.api.directions.v5.models.VoiceInstructions
-
Gson type adapter for parsing Gson to this class.
- valid(Boolean) - Method in class com.mapbox.api.directions.v5.models.IntersectionLanes.Builder
-
Provide a boolean value you can use to determine if the given lane is valid for the user to
complete the maneuver.
- valid() - Method in class com.mapbox.api.directions.v5.models.IntersectionLanes
-
Provides a boolean value you can use to determine if the given lane is valid for the user to
complete the maneuver.
- validIndication(String) - Method in class com.mapbox.api.directions.v5.models.IntersectionLanes.Builder
-
Shows which of the lane indications is applicable to the current route,
when there is more than one.
- validIndication() - Method in class com.mapbox.api.directions.v5.models.IntersectionLanes
-
When either valid or active is set to true, this property shows which of the lane indications
is applicable to the current route, when there is more than one.
- value(int) - Method in class com.mapbox.api.directions.v5.models.Congestion.Builder
-
Quantitative descriptor of congestion.
- value() - Method in class com.mapbox.api.directions.v5.models.Congestion
-
Quantitative descriptor of congestion.
- viaWaypoints(List<SilentWaypoint>) - Method in class com.mapbox.api.directions.v5.models.RouteLeg.Builder
-
A list of silent waypoints which were used to request a route.
- viaWaypoints() - Method in class com.mapbox.api.directions.v5.models.RouteLeg
-
When the semicolon-separated list waypoints parameter is used in the request,
an array per leg is returned that describes where a particular waypoint from
the root-level array matches to the route.
- VIENNA - Static variable in class com.mapbox.api.directions.v5.models.LegStep
-
- view(BannerView) - Method in class com.mapbox.api.directions.v5.models.BannerInstructions.Builder
-
Optional image to display for an upcoming maneuver.
- view() - Method in class com.mapbox.api.directions.v5.models.BannerInstructions
-
Optional image to display for an upcoming maneuver.
- visible(Boolean) - Method in class com.mapbox.api.directions.v5.models.ShieldSpriteAttribute.Builder
-
Shield sprite's visibility.
- visible() - Method in class com.mapbox.api.directions.v5.models.ShieldSpriteAttribute
-
Shield sprite's visibility.
- voiceInstructions(List<VoiceInstructions>) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
The voice instructions object is useful for navigation sessions providing well spoken text
instructions along with the distance from the maneuver the instructions should be said.
- voiceInstructions() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
The voice instructions object is useful for navigation sessions providing well spoken text
instructions along with the distance from the maneuver the instructions should be said.
- voiceInstructions(Boolean) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
Whether to return SSML marked-up text for voice guidance along the route (true) or not
(false, default if null).
- voiceInstructions() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
Whether to return SSML marked-up text for voice guidance along the route (true) or not
(false, default if null).
- VoiceInstructions - Class in com.mapbox.api.directions.v5.models
-
This class provides information thats useful for properly making navigation announcements at the
correct time.
- VoiceInstructions() - Constructor for class com.mapbox.api.directions.v5.models.VoiceInstructions
-
- VoiceInstructions.Builder - Class in com.mapbox.api.directions.v5.models
-
- voiceLanguage(String) - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute.Builder
-
String of the language to be used for voice instructions.
- voiceLanguage() - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute
-
String of the language to be used for voice instructions.
- voiceUnits(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
A type of units to return in the text for voice instructions.
- voiceUnits() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
A type of units to return in the text for voice instructions.
- walkingSpeed(Double) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
The walking speed in meters per second with a minimum of 0.14 m/s (or 0.5 km/h)
and a maximum of 6.94 m/s (or 25.0 km/h).
- walkingSpeed() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
The walking speed in meters per second with a minimum of 0.14 m/s (or 0.5 km/h)
and a maximum of 6.94 m/s (or 25.0 km/h).
- walkwayBias(Double) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
A bias which determines whether the route should prefer or avoid the use of roads or paths
that are set aside for pedestrian-only use (walkways).
- walkwayBias() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
A bias which determines whether the route should prefer or avoid the use of roads or paths
that are set aside for pedestrian-only use (walkways).
- waypointIndex(int) - Method in class com.mapbox.api.directions.v5.models.SilentWaypoint.Builder
-
- waypointIndex() - Method in class com.mapbox.api.directions.v5.models.SilentWaypoint
-
The associated waypoint index, excluding the origin (index 0) and destination.
- waypointIndices(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
A semicolon-separated list indicating which input coordinates
should be treated as waypoints.
- waypointIndices() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
A semicolon-separated list indicating which input coordinates
should be treated as waypoints.
- waypointIndicesList(List<Integer>) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
A list indicating which input coordinates should be treated as waypoints.
- waypointIndicesList() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
A list indicating which input coordinates should be treated as waypoints.
- waypointNames(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
A semicolon-separated list of custom names for entries in the list of
RouteOptions.coordinates()
, used for the arrival instruction in banners and voice
instructions.
- waypointNames() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
A semicolon-separated list of custom names for entries in the list of
RouteOptions.coordinates()
, used for the arrival instruction in banners and voice
instructions.
- waypointNamesList(List<String>) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
- waypointNamesList() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
- waypoints(List<DirectionsWaypoint>) - Method in class com.mapbox.api.directions.v5.models.DirectionsResponse.Builder
-
- waypoints() - Method in class com.mapbox.api.directions.v5.models.DirectionsResponse
-
- waypointTargets(String) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
A semicolon-separated list of coordinate pairs used to specify drop-off
locations that are distinct from the locations specified in coordinates.
- waypointTargets() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
A semicolon-separated list of coordinate pairs used to specify drop-off
locations that are distinct from the locations specified in coordinates.
- waypointTargetsList(List<Point>) - Method in class com.mapbox.api.directions.v5.models.RouteOptions.Builder
-
A list of points used to specify drop-off
locations that are distinct from the locations specified in coordinates.
- waypointTargetsList() - Method in class com.mapbox.api.directions.v5.models.RouteOptions
-
A list of points used to specify drop-off
locations that are distinct from the locations specified in coordinates.
- weight(Double) - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute.Builder
-
The calculated weight of the route.
- weight() - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute
-
The calculated weight of the route.
- weight(double) - Method in class com.mapbox.api.directions.v5.models.LegStep.Builder
-
Specifies a decimal precision of edge weights, default value 1.
- weight() - Method in class com.mapbox.api.directions.v5.models.LegStep
-
Specifies a decimal precision of edge weights, default value 1.
- weightName(String) - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute.Builder
-
The name of the weight profile used while calculating during extraction phase.
- weightName() - Method in class com.mapbox.api.directions.v5.models.DirectionsRoute
-
The name of the weight profile used while calculating during extraction phase.
- width(Integer) - Method in class com.mapbox.api.directions.v5.models.ShieldSpriteAttribute.Builder
-
Shield sprite's width.
- width() - Method in class com.mapbox.api.directions.v5.models.ShieldSpriteAttribute
-
Shield sprite's width.