| 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() | ||||||||||
| double | getX() | ||||||||||
| double | getY() | ||||||||||
| int | hashCode() | ||||||||||
| boolean | isKeyPoint() | ||||||||||
| DistanceTime | requestEstimate() | ||||||||||
| String | toString() | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||