Reputation: 1
I am very new to the Bing Maps API, am reading around a lot, but I also felt lost.
GEO LOC A: 1.543875, 110.410586
GEO LOC B: 1.547163, 110.415068
I formulated this URL:
Then I use XML = WEBSERVICE(URL)
Then my distance = FILTERXML(XML,"//TravelDistance[1]") = 0.154km
If you use Bing Maps, it is 1.3 km:
The difference is about 1 km.
What went wrong?
Upvotes: 0
Views: 347
Reputation: 18003
I think you entered the different information in Bing Maps. I just tried the coordinates you provided and got a completely different map. Here is a direct link to the query:
Upvotes: 0