This is a migrated thread and some comments may be shown as answers.

Bing rad map elevation on mouse move

1 Answer 63 Views
Map
This is a migrated thread and some comments may be shown as answers.
WebAshlar
Top achievements
Rank 1
WebAshlar asked on 07 May 2015, 06:51 AM

Hello,

 

I was looking around for the code that can give me the elevation for the mouse pointer location in bing map in silverlight. I have not found any codes yet. Can anyone please tell me how can I get altitude (elevation) value for current latitude and longitude. I tried to used google maps API as following so far.

 

string address = "http://maps.googleapis.com/maps/api/elevation/json?locations=" + lat + "," + lng + "&sensor=true";

 

But It takes time to be executed as needs service call for getting data, because I am developing on silverlight technology.

So I need a solution which can provide me elevation data instantly as I move the mouse over the bing radmap.

Please help me to find elevation value from lat and lang.

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 11 May 2015, 08:22 AM
Hi WebAshlar,

Currently we do not have such sample. We will consider adding one in our GitHub SDK repository in future.
However, in our opinion, the answer you have in your StackOverflow post is a good starting point. You can also use this reference for creating request and parsing JSON response.

Regards,
Petar Mladenov
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Map
Asked by
WebAshlar
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or