Interface | Description |
---|---|
DistanceCalc |
Calculates the distance of two points or one point and an edge on earth via haversine formula.
|
PointAccess | |
Translation |
Class | Description |
---|---|
AngleCalc |
Calculates the angle of a turn, defined by three points.
|
DistanceCalc3D |
This class implements a rather quick solution to calculate 3D distances on earth using euclidean
geometry mixed with Haversine formula used for the on earth distance.
|
DistanceCalcEarth | |
DistancePlaneProjection |
Calculates the approximate distance of two points on earth.
|
FinishInstruction | |
Helper | |
Instruction | |
InstructionAnnotation | |
InstructionList |
List of instructions.
|
NumHelper | |
Parameters | |
Parameters.Algorithms |
Parameters that can be used for algorithm.
|
Parameters.Algorithms.AltRoute |
All public properties for alternative routing.
|
Parameters.Algorithms.AStar | |
Parameters.Algorithms.AStarBi | |
Parameters.Algorithms.RoundTrip |
All public properties for round trip calculation.
|
Parameters.CH |
Properties for routing with contraction hierarchies speedup
|
Parameters.Curbsides |
Possible values of
Parameters.Routing.CURBSIDE |
Parameters.Details |
Properties for the details response
|
Parameters.Landmark |
Properties for routing with landmark speedup
|
Parameters.NON_CH |
Properties for non-CH routing
|
Parameters.Routing |
Parameters that can be passed as hints and influence routing per request.
|
PMap |
A properties map (String to Object) with convenient methods to access the content.
|
PointList |
Slim list to store several points (without the need for a point object).
|
RoundaboutInstruction | |
ShallowImmutablePointList |
This is a shallow copy of a PointList.
|
ViaInstruction |
Copyright © 2012–2020. All rights reserved.