| Back to main index | 
		Attributes in [Head] section:
		Type: 3
		Allowed Mode: 0 (try once)
		Allowed Blocking: 0 (non blocking)
		
		Attributes in [StopOffPoint] section:
		
		Note: If SearchAddress is enabled, the application tries to find the correct
        address, if Location is given as mercator coordinates or geodez-tupel. The address is written in the
    .out file as Location_Address attribute. If SearchAddress is disabled, the value of Location_Address-attribute will look like ",,,,".
		Warning: Finding the address from mercator coordinates or geodez-tupels takes
    a very long time. Therefore the application won't respond during the search!
	
Sample .in file: This request adds a stop-off point by using an address
| 
            [Head] Type=3 Mode=0 Blocking=0 [StopOffPoint] Location=D,76131,Karlsruhe,Tullastrasse,1 Caption=Remote Control Favorite (Address)  | 
Attributes in [StopOffPoint] section:
| StopOffPointResult | Description | 
|---|---|
| -4 | Stop-off point was not added; the favorites list is full | 
| -3 | Stop-off point was not added; the location is ambiguous | 
| -2 | Stop-off point was not added; the location does not exist on the map | 
| -1 | Stop-off point was not added; the location syntax is invalid | 
| 1 | Stop-off point was added successfully | 
Sample .out file: The stop-off point was added successfully
| 
            [Head] Type=3 TypeDesc=add stop-off point to favorites Mode=0 ModeDesc=try once Blocking=0 BlockingDesc=not blocking Timestamp=281431000 Id=281430968 Result=2 ResultDesc=success and request deleted [StopOffPoint] Location=D,76131,Karlsruhe,Tullastrasse,1 Caption=Remote Control Favorite (Address) SearchAddress=0 StopOffPointResult=1 StopOffPointResultDesc=stop-off point added Location_Mercator=937575,6269540 Location_Geodecimal=+8.431815,+49.010029 Location_Address=D,76131,Karlsruhe,Tullastrasse,1  | 
| Back to main index | Top of page |