CF plugins are written in .net.
You would need to get the SDK then adapt one of the examples (hello world probably).
the commands to send a destination to the nav engine are
1. if you have GPS coords
Me.CF_setGPSRoute(Lat, Lon)
Me.CF_systemCommand(CF_Actions.GPS)
2. if you have an address
Me.CF_setGPSRoute(County, HouseNumber, Street, ZipCode)
Me.CF_systemCommand(CF_Actions.GPS)
NB this will only work if you are using the Destinator navigation engine.



LinkBack URL
About LinkBacks
Reply With Quote



.
Bookmarks