Vehicle profile flags
flags in vehicleprofile
vehicleprofile defines routing rules for navit. A road must at least have these flags to be considered for routing. The bit definition from
0 (0x00000001): ONEWAY1 (0x00000002): ONEWAYREV2 (0x00000004): SEGMENTED3 (0x00000008): ROUNDABOUT4 (0x00000010): ROUNDABOUT_VALID5 (0x00000020): ONEWAY_EXCEPTION6 (0x00000040): SPEED_LIMIT7 (0x00000080): RESERVED8 (0x00000100): SIZE_OR_WEIGHT_LIMIT9 (0x00000200): THROUGH_TRAFFIC_LIMIT10(0x00000400): TOLL11(0x00000800): SEASONAL12(0x00001000): UNPAVED13(0x00002000): FORD14(0x00004000): UNDERGROUND15(0x00008000): /*unused*/16(0x00010000): /*unused*/17(0x00020000): /*unused*/18(0x00040000): /*unused*/``19(0x00080000): DANGEROUS_GOODS ``
20(0x00100000): EMERGENCY_VEHICLES``21(0x00200000): TRANSPORT_TRUCK ``
``22(0x00400000): DELIVERY_TRUCK ``
``23(0x00800000): PUBLIC_BUS ``
``24(0x01000000): TAXI ``
25(0x02000000): HIGH_OCCUPANCY_CAR``26(0x04000000): CAR ``
``27(0x08000000): MOTORCYCLE ``
``28(0x10000000): MOPED ``
``29(0x20000000): HORSE ``
``30(0x40000000): BIKE ``
31(0x80000000): PEDESTRIANAs an example: 0x4000000 is for cars