nmpHomePos (Function) |
Top Previous Next |
This function will read the coordinates of the home position specified in the menu of Sygic. This can be used for driving to home without having to define the location on the RTCU.
Input: None.
Output: lat : DINT Latitude of the home position in semicircle format.
lon : DINT Longitude of the home position in semicircle format.
Returns: INT
Declaration: FUNCTION nmpHomePos : INT;
Example: INCLUDE rtcu.inc |