GuidanceInstruction
Interface for a Guidance Instruction. Contains a set of attributes common to all GuidanceInstructions. e.g., 'Turn right', 'Keep left', 'Take the ferry', 'Take the motorway', 'Arrive'.
Different types of GuidanceInstructions will implement this, and may add extra attributes specific to the Instruction type.
Properties
Indicates if the instruction should be combined with the next one.
Indicates left-hand vs. right-hand side driving at the point of the maneuver.
Name of the intersection at the maneuver point, if present for this instruction.
Location of the maneuver expressed as a GeoPoint.
Information about the road the driver will be on immediately after completing the maneuver, if available for this instruction.
Information about the road the driver will be on immediately before starting the maneuver, if available for this instruction.
Distance from the start of the route to the instruction point.
A List of RoutePoints that represents a route path.