简体   繁体   中英

Windows Phone: Google Maps api for fetching restaurants

I went througha few Google Api docs for Windows Phone eg https://developers.google.com/api-client-library/dotnet/apis/ but did not get the clear idea on how to implement the same. I want to find all the restaurants ina specified area. Any ideas on how it is supposed to be done on Windows Phone. And if not using Google Maps, does Here Maps help here ?

您可以在搜索附近使用地点:网址请求: https ://maps.googleapis.com/maps/api/place/nearbysearch/json ?location = [ lat, lon]&radius = 5000&types = restaurants&sensor = false&key = [KEY] -获取密钥: https : //code.google.com/apis/console/?noredirect&pli=1# project: 131033727158

I suggest you to go with Here Maps API since I have implemented in one of my application. Its very easy to use Here Maps in your case.

First go through Windows Phone API - HereMaps which will help you to proceed with basic knowledge on Here Maps API.

As you said, first integrate your API's inside your application. With just a single term " nearby restaurants " passing it to a search term in Here Maps, It will get you all the nearby restaurants in your Here Maps along with the Route Navigation using Here Drive.

Its very simple to use and easy to proceed. Hope it helps you.

You could go with the Bing Maps REST Services to search specifically what you want to.

Have a look at this for more details : http://alastaira.wordpress.com/2011/01/09/the-bing-maps-soap-search-service/

Hope it helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM