public class MapMatchingCriteria
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GEOMETRY_GEOJSON
The geometry returned will be in the GeoJSON format.
|
static java.lang.String |
GEOMETRY_POLYLINE
The geometry returned will be an encoded polyline with precision 5.
|
static java.lang.String |
GEOMETRY_POLYLINE_6
The geometry returned will be an encoded polyline with precision 6.
|
static java.lang.String |
OVERVIEW_FALSE
No overview geometry.
|
static java.lang.String |
OVERVIEW_FULL
The most detailed geometry available.
|
static java.lang.String |
OVERVIEW_SIMPLIFIED
A simplified version of the
OVERVIEW_FULL geometry. |
static java.lang.String |
PROFILE_CYCLING
Matches trace to bicycle routing.
|
static java.lang.String |
PROFILE_DEFAULT_USER |
static java.lang.String |
PROFILE_DRIVING
Matches trace to the road network.
|
static java.lang.String |
PROFILE_WALKING
Matches trace to pedestrian and hiking routing.
|
static java.lang.String |
RESPONSE_INVALID_INPUT
message will hold an explanation of the invalid input.
|
static java.lang.String |
RESPONSE_NO_MATCH
The input did not produce any matches.
|
static java.lang.String |
RESPONSE_OK
Normal case
|
static java.lang.String |
RESPONSE_PROFILE_NOT_FOUND
Profile should be mapbox.driving, mapbox.walking, or mapbox.cycling.
|
static java.lang.String |
RESPONSE_TOO_MANY_COORDINATES
There are more than 100 points in the request.
|
| Constructor and Description |
|---|
MapMatchingCriteria() |
public static final java.lang.String PROFILE_DEFAULT_USER
public static final java.lang.String PROFILE_DRIVING
public static final java.lang.String PROFILE_WALKING
public static final java.lang.String PROFILE_CYCLING
public static final java.lang.String GEOMETRY_GEOJSON
public static final java.lang.String GEOMETRY_POLYLINE
public static final java.lang.String GEOMETRY_POLYLINE_6
public static final java.lang.String OVERVIEW_SIMPLIFIED
OVERVIEW_FULL geometry. If not specified simplified is the default.public static final java.lang.String OVERVIEW_FULL
public static final java.lang.String OVERVIEW_FALSE
public static final java.lang.String RESPONSE_OK
public static final java.lang.String RESPONSE_NO_MATCH
public static final java.lang.String RESPONSE_TOO_MANY_COORDINATES
public static final java.lang.String RESPONSE_INVALID_INPUT
public static final java.lang.String RESPONSE_PROFILE_NOT_FOUND