| Package | Description |
|---|---|
| net.motionintelligence.client.api | |
| net.motionintelligence.client.api.enums | |
| net.motionintelligence.client.api.geo |
| Modifier and Type | Method and Description |
|---|---|
TravelType |
TravelOptions.getTravelType() |
| Modifier and Type | Method and Description |
|---|---|
Set<TravelType> |
TravelOptions.getTravelTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
TravelOptions.setTravelType(TravelType travelType) |
| Modifier and Type | Method and Description |
|---|---|
void |
TravelOptions.setTravelTypes(Set<TravelType> travelTypes) |
| Modifier and Type | Method and Description |
|---|---|
static TravelType |
TravelType.parse(String travelType) |
static TravelType |
TravelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TravelType[] |
TravelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TravelType |
DefaultSourceCoordinate.getTravelType()
Get travel type configuration for the source coordinate.
|
abstract TravelType |
AbstractCoordinate.getTravelType()
Get TravelType of coordinate.
|
TravelType |
DefaultTargetCoordinate.getTravelType()
Not implemented, will throw exception.
|
TravelType |
Coordinate.getTravelType()
Get TravelType of coordinate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSourceCoordinate.setTravelType(TravelType travelType)
Specify a travel type for the source coordinate.
|
abstract void |
AbstractCoordinate.setTravelType(TravelType travelType)
Set a travel type for the coordinate.
|
void |
DefaultTargetCoordinate.setTravelType(TravelType travelType)
Not implemented, will throw exception.
|
void |
Coordinate.setTravelType(TravelType travelType)
Set a travel type for the coordinate.
|
| Constructor and Description |
|---|
DefaultSourceCoordinate(String id,
double x,
double y,
TravelType travelType)
Generate Source coordinate with a TravelType as well as ID, X and Y values.
|
Copyright © 2017. All rights reserved.