| java.lang.Object | |
| ↳ | com.mapsted.positioning.coreObjects.RouteNode |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | RouteNode.Instruction | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RouteNode(MetadataRepository metadataRepository, CppRouteNode cppRouteNode) | |||||||||||
| RouteNode(RouteNode routeNode) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| int | getBuildingId() | ||||||||||
| int | getEntityId() | ||||||||||
| int | getFloorId() | ||||||||||
| RouteNode.Instruction | getInstruction(Context context) | ||||||||||
| InstructionType | getInstructionType() | ||||||||||
| String | getName() | ||||||||||
| Integer | getNodeId() | ||||||||||
| int | getPropertyId() | ||||||||||
| MercatorZone | getTransitionDestinationLoc() | ||||||||||
| float | getTransitionDestinationRotationDeg() | ||||||||||
| double | getX() | ||||||||||
| double | getY() | ||||||||||
| int | hashCode() | ||||||||||
| boolean | isBuildingTransitionInstruction() | ||||||||||
| boolean | isKeyPoint() | ||||||||||
| boolean | isLevelTransitionInstruction() | ||||||||||
| DistanceTime | requestEstimate() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||