getting latitude and longitude

I am making use of MS Virtual Erath Interactive SDK for displaying map and directions information.

Is there any way , by which I can make use of the SDK to fetch latitude and longitude information, which I can pass to the VELatLong() method.



Answer this question

getting latitude and longitude

  • Keith Newton

    VELatLong() is a class with two properties - Latitude and Longitude.

    It is used to represent a map location.

    There are various ways to get the VELatLong in virtual earth, have good read of the iSDK.

    http://dev.live.com/virtualearth/sdk/

    John.



  • Jason D. Camp

    I don't really understand what you mean by this line:

    "Is there any way , by which I can make use of the SDK to fetch latitude and longitude information,"

    What is your criteria for getting lat/longs Are you passing in an address and then geocoding it to get lat/longs You want to click on the map and then get lat/longs from mouse click


  • getting latitude and longitude