Untitled Document
CApplicationAPI.CloseApi Method 
GPS NAVIGATION SDK
version 8.3 build 47035

The function uninitializes ApplicationAPI. No other API funcitons will be executed after this command.
The function should be called at the end of SDK application. You can call function EndApplication before this one, if you wish to close navigation too.

public static int CloseApi();

Return Value

1 if successful, other value otherwise.

See Also

CApplicationAPI Class | ApplicationAPI Namespace