XOOPSの統合パッケージを開発するプロジェクトです。
1. API
(1) geocoding
Added API which search Latitude and Longitude from address using Google Geocoding API .
(2) get_location
Added API which get Latitude and Longitude using Google Map
2. JavaScript
(1) Show the marker in center when the values of latitude and longitude are already set up.
(2) Bugfix: dont work in IE9
3. Block display
(1) Added the height of map and the timeout.
1. API
(1) geocoding
Web Geocoding API を使用して、住所から緯度経度を検索するAPIを追加した
(2) get_location
緯度経度を取得するAPIを追加した
2. JavaScript
(1) 緯度経度の取得のとき、すでに値が設定されていれば、中心にマーカーを表示する
(2) バグ対策: IE9で動作しない
3. ブロック表示
(1) 地図の高さ と タイムアウト時間 を追加した