Migration from TomTom .NET CF SDK to Sygic Drive SDK made easy! Enjoy the latest map releases in your projects with navigation.



Thanks to similar structure of the SDK it is easy to modify the application from using TomTom SDK to use Sygic SDK. The philosophy of the SDK is the same: stand-alone navigation application that can be hidden or shown by main application and that provides functionality in static .NET API functions.
With the Sygic Drive SDK you can get the latest maps and map updates in the future.

Benefits of the Sygic SDK in comparison with TomTom




Product Features

yes
Possibility to define area of the screen, where the navigation can be displayed. The Sygic navigation does not have to run in full-screen, which enables to show your forms together with navigation.
yes
More events available like: route finished, waypoint visited, driver left the route, radar and POI warning, menu of application was entered.
yes
Possibility to define custom buttons in application and receive event on pressing them


SDK

Start now – download the documentation.

 

Side-by-side conversion of some functions:

 

TomTom SDK
Sygic SDK
StartApplication InitApi
StopApplication EndApplication
BringNavigatorToForeground BringApplicationToForeground
GetRouteInfo           
GetRouteInfo
GetLocationInfo GetLocationInfo
NavigateToCoordinates StartNavigation
NavigateToAddress GetLocationInfo + StartNavigation
ClearRoute StopNavigation
GetCurrentPosition GetActualGpsPosition
AddPoi AddPoi
LoadItinerary AddItinerary + AddEntryToItinerary
ClearItinerary DeleteItinerary

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

See the SDK documentation for the other functions.

 
 

References

 

references
order_now
download