|
navit
0.5.3-trunk
|
Data Fields | |
| struct navigation_way | way |
| int | angle_end |
| struct coord start | end |
| int | time |
| int | length |
| int | speed |
| int | dest_time |
| int | dest_length |
| int | told |
| int | streetname_told |
| int | dest_count |
| struct navigation_itm * | next |
| struct navigation_itm * | prev |
| int navigation_itm::angle_end |
The bearing at the end of
Referenced by command_new(), count_possible_turns(), maneuver_required2(), navigation_analyze_roundabout(), navigation_itm_new(), and navigation_map_item_attr_get().
| int navigation_itm::dest_count |
Referenced by calculate_dest_distance(), and navigation_map_get_item().
| int navigation_itm::dest_length |
| int navigation_itm::dest_time |
Referenced by calculate_dest_distance(), and navigation_map_item_attr_get().
| struct coord start navigation_itm::end |
Referenced by navigation_itm_new().
| int navigation_itm::length |
Referenced by calculate_dest_distance(), maneuver_required2(), navigation_analyze_roundabout(), and navigation_itm_update().
| struct navigation_itm* navigation_itm::next |
| struct navigation_itm* navigation_itm::prev |
Referenced by calculate_dest_distance(), command_new(), count_possible_turns(), maneuver_required2(), navigation_analyze_roundabout(), navigation_destroy_itms_cmds(), navigation_item_destination(), navigation_itm_new(), navigation_itm_ways_update(), navigation_map_get_item(), navigation_map_item_attr_get(), and show_maneuver().
| int navigation_itm::speed |
Referenced by navigation_call_callbacks(), and navigation_itm_update().
| int navigation_itm::streetname_told |
Indicates if this item's streetname has been told in speech navigation
Referenced by navigation_itm_new(), and show_maneuver().
| int navigation_itm::time |
Referenced by calculate_dest_distance(), and navigation_itm_update().
| int navigation_itm::told |
Indicates if this item's announcement has been told earlier and should not be told again
Referenced by show_next_maneuvers().
| struct navigation_way navigation_itm::way |
Referenced by command_new(), count_possible_turns(), is_motorway_like(), is_ramp(), is_way_allowed(), maneuver_required2(), navigation_analyze_roundabout(), navigation_call_callbacks(), navigation_cmd_get_exit_announce(), navigation_destroy_itms_cmds(), navigation_item_destination(), navigation_itm_new(), navigation_itm_ways_clear(), navigation_itm_ways_update(), navigation_map_item_attr_get(), navigation_update_idle(), select_announced_destinations(), set_highrank(), show_maneuver(), and show_next_maneuvers().