PPP Forum

Information and discussions about our products
Welcome to PPP Forum Sign in | Join | Help
in Search

Breaking changes: our new Navigation solution partner is Sygic

From TomTom to Sygic:
Over the years our former navigation provider reduced his SDK more and more to drive his own business solutions.
Finally a SDK is no longer available!
Looking for an alternative solution we found www.sygic.com/tomtom-sdk.
Why we recommend Sygic:
  • Good support at first hand
  • A modern Navigation Solution (with actual maps)
  • Native .NET support in the SDK (no need for third party solutions)
  • Many operating systems support including Linux and Android
  • A partner which is even able to adapt the Navigation solution to your needs.

I need vb code for asynchronus calls

Last post 07-23-2009, 11:30 by ManniAT. 1 replies.
Sort Posts: Previous Next
  •  07-23-2009, 3:12 1284

    I need vb code for asynchronus calls

    I am faced with an unresolved problem with app hanging and would like to try with async calls. I have read the manuals and just cant figure out how to correctly code async calls. The calls I need are: GetCurrentPositionAsync(), GetLocationInfoAsync() and NavigateToPostalCodeAsync(). The TestTTN does not use any async calls.

    ayo
  •  07-23-2009, 11:30 1285 in reply to 1284

    Re: I need vb code for asynchronus calls

    Hi ayo,

    you can find async call in TestTTN - in the source it starts at line 2548.

    Or simply search for "Geocode PC Async" (without quotiation marks).

    The idea is very easy.
    You call the async function. Than you iterate over "ReturnAvailable" calls.
    And if you got a return you call the AsyncRetrieve function of the asyn call you made.

    Regards

    Manfred

View as RSS news feed in XML
Powered by Community Server, by Telligent Systems