Modifier and Type | Method and Description |
---|---|
GenericLocation |
GenericLocation.clone() |
static GenericLocation |
GenericLocation.fromOldStyleString(String input)
Creates the GenericLocation by parsing a "name::place" string, where "place" is a latitude,longitude string or a vertex ID.
|
Modifier and Type | Method and Description |
---|---|
Vertex |
SimpleStreetSplitter.getClosestVertex(GenericLocation location,
RoutingRequest options,
boolean endVertex)
Used to link origin and destination points to graph non destructively.
|
Modifier and Type | Field and Description |
---|---|
GenericLocation |
RoutingRequest.from
The start location
|
GenericLocation |
RoutingRequest.to
The end location
|
Modifier and Type | Field and Description |
---|---|
List<GenericLocation> |
RoutingRequest.intermediatePlaces
An ordered list of intermediate locations to be visited.
|
Modifier and Type | Method and Description |
---|---|
void |
RoutingRequest.addIntermediatePlace(GenericLocation location)
Adds a GenericLocation to the end of the intermediatePlaces list.
|
Modifier and Type | Method and Description |
---|---|
Vertex |
StreetVertexIndexServiceImpl.getVertexForLocation(GenericLocation loc,
RoutingRequest options,
boolean endVertex) |
Modifier and Type | Method and Description |
---|---|
Vertex |
StreetVertexIndexService.getVertexForLocation(GenericLocation place,
RoutingRequest options,
boolean endVertex)
Finds the appropriate vertex for this location.
|
Copyright © 2018. All rights reserved.