GuidanceManeuver enum
Defines values for GuidanceManeuver. Possible values include: 'ARRIVE', 'ARRIVE_LEFT', 'ARRIVE_RIGHT', 'DEPART', 'STRAIGHT', 'KEEP_RIGHT', 'BEAR_RIGHT', 'TURN_RIGHT', 'SHARP_RIGHT', 'KEEP_LEFT', 'BEAR_LEFT', 'TURN_LEFT', 'SHARP_LEFT', 'MAKE_UTURN', 'ENTER_MOTORWAY', 'ENTER_FREEWAY', 'ENTER_HIGHWAY', 'TAKE_EXIT', 'MOTORWAY_EXIT_LEFT', 'MOTORWAY_EXIT_RIGHT', 'TAKE_FERRY', 'ROUNDABOUT_CROSS', 'ROUNDABOUT_RIGHT', 'ROUNDABOUT_LEFT', 'ROUNDABOUT_BACK', 'TRY_MAKE_UTURN', 'FOLLOW', 'SWITCH_PARALLEL_ROAD', 'SWITCH_MAIN_ROAD', 'ENTRANCE_RAMP', 'WAYPOINT_LEFT', 'WAYPOINT_RIGHT', 'WAYPOINT_REACHED'
Fields
| ARRIVE | You have arrived. |
| ARRIVELEFT | You have arrived. Your destination is on the left. |
| ARRIVERIGHT | You have arrived. Your destination is on the right. |
| BEARLEFT | Bear left. |
| BEARRIGHT | Bear right. |
| DEPART | Leave. |
| ENTERFREEWAY | Take the freeway. |
| ENTERHIGHWAY | Take the highway. |
| ENTERMOTORWAY | Take the motorway. |
| ENTRANCERAMP | Take the ramp. |
| FOLLOW | Follow. |
| KEEPLEFT | Keep left. |
| KEEPRIGHT | Keep right. |
| MAKEUTURN | Make a U-turn. |
| MOTORWAYEXITLEFT | Take the left exit. |
| MOTORWAYEXITRIGHT | Take the right exit. |
| ROUNDABOUTBACK | Go around the roundabout. |
| ROUNDABOUTCROSS | Cross the roundabout. |
| ROUNDABOUTLEFT | At the roundabout take the exit on the left. |
| ROUNDABOUTRIGHT | At the roundabout take the exit on the right. |
| SHARPLEFT | Turn sharp left. |
| SHARPRIGHT | Turn sharp right. |
| STRAIGHT | Keep straight on. |
| SWITCHMAINROAD | Switch to the main road. |
| SWITCHPARALLELROAD | Switch to the parallel road. |
| TAKEEXIT | Take the exit. |
| TAKEFERRY | Take the ferry. |
| TRYMAKEUTURN | Try to make a U-turn. |
| TURNLEFT | Turn left. |
| TURNRIGHT | Turn right. |
| WAYPOINTLEFT | You have reached the waypoint. It is on the left. |
| WAYPOINTREACHED | You have reached the waypoint. |
| WAYPOINTRIGHT | You have reached the waypoint. It is on the right. |