|
navit
0.5.3-trunk
|
Data Fields | |
| char * | txt_data |
| struct coord_geo * | sw |
| struct coord_geo * | ne |
| struct coord_geo* traffic_location_priv::ne |
Northeastern corner of rectangle enclosing all points. Calculated by Navit from the points of the location.
Referenced by traffic_location_destroy(), traffic_location_get_rect(), traffic_location_new(), and traffic_location_set_enclosing_rect().
| struct coord_geo* traffic_location_priv::sw |
Southwestern corner of rectangle enclosing all points. Calculated by Navit from the points of the location.
Referenced by traffic_location_destroy(), traffic_location_get_rect(), traffic_location_new(), and traffic_location_set_enclosing_rect().
| char* traffic_location_priv::txt_data |
Persisted location data in txtfile map format.
Referenced by traffic_location_destroy(), traffic_message_restore_segments(), and traffic_xml_end().