Google map api family

参考:

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

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

http://gmaps-samples.googlecode.com/svn/trunk/geocoder/singlegeocode.html

http://forums.asp.net/t/1685273.aspx/1

http://code.google.com/apis/maps/documentation/javascript/v2/services.html

goecoding, search places:

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

JSON Output Formats

In this example, the Geocoding API requests a json response for a query on"1600 Amphitheatre Parkway, Mountain View, CA":

http://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=true_or_false

....

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


餐馆搜索:(本地搜索 local search)

http://bistroblurb.com/index.php/find-restaurants-pillmenu.html

http://bgies.com/index.php/joomla-extensions/8-google-maps-local-search.html

https://maps.googleapis.com/maps/api/place/search/json?location=-33.8670522,151.1957362&radius=500&types=food&name=harbour&sensor=false&

google map data API

http://code.google.com/intl/zh-CN/apis/maps/documentation/mapsdata/

google api的参数及其含义

http://mapki.com/wiki/Google_Map_Parameters


Demo code:

http://code.google.com/apis/ajax/playground/?exp=localsearch#the_hello_world_of_local_search

finding-business-listings-and-displaying-with-mapkit
http://www.zen-sign.com/finding-business-listings-and-displaying-with-mapkit-part-3/

你可能感兴趣的:(api,Google,search,query,output,Types)