PDA

View Full Version : Ext.ux.google



yuki
28 May 2009, 7:24 PM
勝手にネームスペース切ってますが、、、:D

しばらく前に作りかけて放置していたのですが、今度のGoogle Developer Day (http://code.google.com/intl/ja/events/developerday/2009/home.html)でなぜかExt Japanとして出展することになったので、ちょっと見直そうかと思い、ここに晒しておきます。

Ext.ux.google
(http://code.google.com/p/extuxgoogle/)

基本的にはGoogleのAPIをExtでラップしてしまおうというコンセプトで、いまのところ、

Google AJAX Loader
Google Maps API
Google AJAX Search API

をラップしたUXをアップしています(APIドキュメントはこちら (http://extuxgoogle.googlecode.com/svn/trunk/docs/index.html))

サンプルもいくつか作ってますので、お試し下さい!

Sample1 (http://extuxgoogle.googlecode.com/svn/trunk/samples/sample1.html) Map & Search
Sample2 (http://extuxgoogle.googlecode.com/svn/trunk/samples/sample2.html) Search
Sample3 (http://extuxgoogle.googlecode.com/svn/trunk/samples/sample3.html) Search + Google Suggest

バグ報告、利用方法の質問、他のAPI用UXのリクエスト、このプロジェクトに参加したい人、お待ちしておりまーす:D

yuki
2 Jun 2009, 5:28 PM
Google Static Map用のUXを追加しました。


Ext.ux.google.map.StaticMap(ソース) (http://code.google.com/p/extuxgoogle/source/browse/trunk/map/Ext.ux.google.map.StaticMap.js)
サンプル(その1) (http://extuxgoogle.googlecode.com/svn/trunk/samples/sample4.html)
サンプル(その2) (http://extuxgoogle.googlecode.com/svn/trunk/samples/sample5.html)


ちなみに、このUXはExt Coreでも利用可能です(なので、MITライセンスということでご自由にご利用ください)

来週のGoogle Developer Dayでブース出して、このあたりのUXの解説を(多分)やっているので、来場される方はお声掛け下さい!;)

amanoman
2 Jun 2009, 7:04 PM
MITもすばらしい!仕事で使う予定は無いけど、個人的に興味大!:D

gkassyou
6 Aug 2009, 11:02 AM
Hi Yuki,

I'm trying to use your wrappers but I would like to map many addresses from my contact list. Therefore, I would like to load many addresses from the server and map them. My server returns json. Have you had the chance to work on the geoEncoding.

Thanks

yuki
10 Aug 2009, 2:48 PM
I'm trying to use your wrappers but I would like to map many addresses from my contact list. Therefore, I would like to load many addresses from the server and map them. My server returns json. Have you had the chance to work on the geoEncoding.


Do you mean a wrapper for ClientGeocoder? Well, I'd like to work on it when I have time (not sure when.../:))