| Modifier and Type | Method and Description |
|---|---|
Location<?> |
RoutingRequest.getFrom() |
Location<?> |
RouteSegment.getFrom() |
Location<?> |
Route.getFrom() |
Location<?> |
IntermediateStop.getStop() |
Location<?> |
RoutingRequest.getTo() |
Location<?> |
RouteSegment.getTo() |
Location<?> |
Route.getTo() |
| Modifier and Type | Method and Description |
|---|---|
List<Location<?>> |
RequestModeOfTransport.getLocations()
Locations where this mode of transport is available.
|
List<Location<?>> |
RoutingRequest.getVia() |
| Modifier and Type | Method and Description |
|---|---|
static Route |
Route.createFromLocation(Location<?> location,
ZonedDateTime time)
Create a route only consisting of a single location, i.e.
|
static IntermediateStop |
IntermediateStop.createMinimal(Location<?> stop) |
static RoutingRequest |
RoutingRequest.createMinimal(Location<?> from,
Location<?> to,
List<RequestModeOfTransport<?>> modesOfTransport)
Creates a
RoutingRequest with default departure time and default
optimized for. |
static RoutingRequest |
RoutingRequest.createMinimal(Location<?> from,
Location<?> to,
List<RequestModeOfTransport<?>> modesOfTransport)
Creates a
RoutingRequest with default departure time and default
optimized for. |
RoutingRequest |
RoutingRequest.setFrom(Location<?> from) |
RouteSegment |
RouteSegment.setFrom(Location<?> from) |
Route |
Route.setFrom(Location<?> from) |
IntermediateStop |
IntermediateStop.setStop(Location<?> stop) |
RoutingRequest |
RoutingRequest.setTo(Location<?> to) |
RouteSegment |
RouteSegment.setTo(Location<?> to) |
Route |
Route.setTo(Location<?> to) |
| Modifier and Type | Method and Description |
|---|---|
T |
RequestModeOfTransport.setLocations(List<Location<?>> locations) |
RoutingRequest |
RoutingRequest.setVia(List<Location<?>> via) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJSONFeature<GeoJSONLineString> |
GeoJSONFeature.createLineStringFeature(Location<?> from,
Location<?> to,
GeoJSONCoordinate... geometryInbetween) |
static GeoJSONFeature<GeoJSONLineString> |
GeoJSONFeature.createLineStringFeature(Location<?> from,
Location<?> to,
GeoJSONCoordinate... geometryInbetween) |
| Modifier and Type | Method and Description |
|---|---|
Location<?> |
Landmark.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
static Landmark |
Landmark.createMinimal(Constants.Preposition preposition,
Location<?> location) |
Landmark |
Landmark.setLocation(Location<?> location) |
| Modifier and Type | Class and Description |
|---|---|
class |
Location<T extends Location<T>>
A generic
Location. |
| Modifier and Type | Class and Description |
|---|---|
class |
Parking
A parking facility.
|
class |
PointOfInterest
A point of interest.
|
class |
PublicTransportStop
A
PublicTransportStop is used in two contexts: as from or to position
of a RouteSegment and as an intermediate stop. |
class |
SharingStation
A sharing station, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static Location<?> |
Location.createMinimal(GeoJSONCoordinate position) |
| Modifier and Type | Method and Description |
|---|---|
static Location<?> |
Utils.createLocation(double latitude,
double longitude) |
Copyright © 2018. All rights reserved.