d4dbda6419b70c1a521f995ca2ae85c366f2a838
[navit-package] / src / attr_def.h
1 /* prototypes */
2
3 /* common */
4 ATTR2(none,0x00000000)
5 ATTR(any)
6
7 ATTR2(type_item_begin,0x00010000)
8 ATTR(town_streets_item)
9 ATTR(street_name_item)
10 ATTR(street_name_numbers_item)
11 ATTR(street_item)
12 ATTR(street_number_item)
13 ATTR(item_type)
14 ATTR2(type_item_end,0x0001ffff)
15
16 ATTR2(type_int_begin,0x00020000)
17 ATTR(h)
18 ATTR(id)
19 ATTR(limit)
20 ATTR(w)
21 ATTR(x)
22 ATTR(y)
23 ATTR2(type_int_end,0x0002ffff)
24
25 ATTR2(type_string_begin,0x00030000)
26 ATTR(skin)
27 ATTR(label)
28 ATTR(data)
29 ATTR(country_all)
30 ATTR(country_iso3)
31 ATTR(country_iso2)
32 ATTR(country_car)
33 ATTR(country_name)
34 ATTR(town_name)
35 ATTR(town_postal)
36 ATTR(district_name)
37 ATTR(street_name)
38 ATTR(street_name_systematic)
39 ATTR(street_number)
40 ATTR(debug)
41 ATTR(address)
42 ATTR(phone)
43 ATTR(entry_fee)
44 ATTR(open_hours)
45 /* poi */
46 ATTR(icon)
47 ATTR(info_html)
48 ATTR(price_html)
49 ATTR2(type_string_end,0x0003ffff)