Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Bing API for searching for a particular stores using Bing Map

I am new to Windows Phone App development. I am developing app for windows phone 8. I want to add map function in my app.

But I searched the stack overflow, I can see that I have to use REST service. So please can anyone help me how to use REST service and get the location based data using Bing Map.

like image 373
Imran Mozumder Avatar asked Dec 05 '25 05:12

Imran Mozumder


1 Answers

You need to use the Bing Maps API detailed here

Ultimately though you are going to want to look at how to find a location by query on MSDN. These apis are easy to use but from experience I would use google maps API.

This is an example call

http://dev.virtualearth.net/REST/v1/Locations/locationQuery?includeNeighborhood=includeNeighborhood&maxResults=maxResults&include=queryParse&key=BingMapsKey

You would need to replace the variables with your data. For example the bingkey needs to be given to you by microsoft here

like image 70
Anthony Russell Avatar answered Dec 07 '25 18:12

Anthony Russell



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!