DRIVE SDK
GPS NAVIGATION 
version 8.3 build 47035

Troubleshooting

The application throws exception:

  • You do not have ApplicationAPI.dll or ApplicationAPI.NET.dll stored in the same directory like your application.
    Copy proper vesion of dll files to the same directory like your application.
  • You do not have latest version of ApplicationAPI.dll or ApplicationAPI.NET.dll downloaded.
    Ask for the latest version from Sygic.
  • You are initiating the Drive application or calling InitApi function for second times in a row without delay
  • You do not use proper version of ApplicationAPI.dll.
    Check the version of ApplicationAPI.dll or just try another version.

LocationFromAddress function can't find taken address or returns bad location.

  • Use the overladed function setting the FUZZY search to true. Otherwise you have to make sure that you entered address correctly with all diacritical marks and street names with all words in name.
  • There are more places with taken address.
    It is possible that there are more towns with the same name in one country or more streets with same name in one city. In that case LocationFromAddressEX function should be used. It enable to enter region in country (for cities) and part of city (for streets). In case of more possible results LocationFromAddressEx returns array of results.

Coordinates conversion.

  • From version 7.5 use Drive application world degrees multiplied by 100 000.

for example: W 0.12623°  , N 51.50015° ( city center of London )

LONGPOSITION position = new LONGPOSITION( -12623, 5150015 );

The project cannot be compiled missing some statements.

  • You didn't include the file ApplicationAPI.NET.dll into your .NET project references.
    To include dll file to project follow these steps:
    • Open solution explorer (View -> Solution explorer Ctrl+Alt+L)
    • Right click References and select Add Reference...
    • Click Browse and select ApplicationAPI.NET.dll to include.
    • Click OK to include file to project references.

Contact our support team

  • If you cannot find resolution to your problem in the Troubleshooting section above, please contact our support team.
    Customers, or those who are evaluating our products, please e-mail your questions to fleetsupport@sygic.com.
 


FIRST STEPS

Follow installation step-by-step procedure to install Drive and SDK.

FUNCTIONS HOW-TO AND FAQ

See how to achieve the most common funcitonality

SETTINGS CUSTOMIZATION

How to modify settings.ini.

MENU CUSTOMIZATION

How to modify menu.ini file.

IMAGE FORMATS

How to convert images to format supported by Drive

OTHER FORMATS

Specifications of other formats SYGIC FLEET navigation

TROUBLESHOOTING

Go through the most common issues, or contact our support team.

ApplicationAPI

Documentation to ApplicationAPI

                   © Copyright 2012, Sygic a.s.   All rights reserved.