Back to main index


2.1.2   Change application options

The .in file

Attributes in [Head] section:

Type:
1
Allowed Mode: 0 (try once)
Allowed Blocking: 0 (non blocking)

Attributes in [ChangeOption] section:

Note: All attributes in [ChangeOption] section are optional. Setting an attribute to -1 doesn't change the corresponding option in the application.

Sample .in file: This request deactivates the display of street names in navigation, sets the volume of speech to 50% and sets the vehicle profile to slow car
[Head]
Type=2
Mode=0
Blocking=0

[ChangeOption]
MapFacingNorth=-1
InfoLeftSide=-1
InfoRightSide=-1
MagnificationDependentOnSpeed=-1
Volume=50
AvoidUTurns=-1
MapInItineraryFacingNorth=-1
Vehicle=1
Optimisation=-1

The .out file

Attributes in [ChangeOption] section: All available attributes described in .in file section (see above) are written to the .out file with their corresponding values.

Sample .out file: Resulting .out file from the above .in file example
[Head]
Type=2
TypeDesc=change option
Mode=0
ModeDesc=try once
Blocking=0
BlockingDesc=not blocking
Timestamp=95747453
Id=95747421
Result=2
ResultDesc=success and request deleted
ExecuteDuration=153

[ChangeOption]
MapFacingNorth=1
InfoLeftSide=1
InfoRightSide=3
MagnificationDependentOnSpeed=1
Volume=50
AvoidUTurns=1
MapInItineraryFacingNorth=1
Vehicle=1
Optimisation=0


Back to main index Top of page