开发者

rating for the business from the Google Places API

开发者 https://www.devze.com 2023-04-10 06:57 出处:网络
I am new 开发者_运维知识库to this but i need some examples or tutorial to start with. have to create a web page that takes information about a business (name, address, web address, etc.) and then get

I am new 开发者_运维知识库to this but i need some examples or tutorial to start with.

have to create a web page that takes information about a business (name, address, web address, etc.) and then gets the average review rating for the business from the Google Places API. This project must be built on the Asp.Net MVC version 3, using .Net 4.0.

Any links or help is greatly appreciated.

I am going through these links..

http://googlegeodevelopers.blogspot.com/2011/05/places-everybody-show-is-about-to-begin.html

http://code.google.com/apis/maps/documentation/places/


Check out http://www.asp.net/mvc for some great tutorials. It looks like you are on the right track for Google Places API.

EDIT: In response to your comment, it looks Google has a JavaScript API for accessing Google Maps / Places. Please see this link for more information. What you would have to do is include the proper .js files into the web pages that need them.

Also here they have samples of using the places js API (scroll to the bottom).

Since the data is exposed via Json through an http request, you could also use HttpWebRequest, and parse the data your self.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号