Google Map API & Google Ajax Search API関係のメモ

Google Ajax Searchで用意されているフォームではなく、
自前で作ったフォームでローカルサーチをしようとしてはまったところがあったので、メモ。

  • ローカルサーチ(住所から周辺スポットを検索する)のために。

http://blog.makotokw.com/2007/07/05/google_ajax_search_api/
http://www.geekpage.jp/web/google-maps-api/glargemapcontrol.php

  • GlocalSearch extends GSearchらしい。

http://code.google.com/intl/ja/apis/ajaxsearch/documentation/reference.html#_class_GSearch
http://code.google.com/intl/ja/apis/ajaxsearch/documentation/reference.html#_class_GlocalSearch

  • GMapで現在表示されている範囲をとりたかったので。

http://code.google.com/intl/ja/apis/maps/documentation/reference.html#GLatLngBounds

  • GClientGeocoderで住所から緯度経度を取得

http://www.ajaxtower.jp/googlemaps/geocoding/index1.html