2011-04-24 54 views
0

我做iPad的原型Web應用程序,我想嵌入谷歌地圖。iPad的網絡應用程序,嵌入谷歌地圖

我從谷歌的教程中嵌入地圖這一點,如果框架代碼:

<iframe width="720" height="340" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Belgrade,+Serbia&amp;aq=0&amp;sll=37.0625,-95.677068&amp;sspn=38.638819,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=Belgrade,+City+of+Belgrade,+Central+Serbia,+Serbia&amp;ll=44.809,20.465641&amp;spn=0.022226,0.062571&amp;z=14&amp;output=embed"></iframe> 

但是,在Safari我得到地圖的一些枝條矩形:http://cl.ly/2u2G0p1T3x3O1Q1X3A1B 當我加入這個網絡應用到我的主屏幕,我不'得到地圖,我得到白色div:http://cl.ly/0O3n2c3N3C0C1F2x0l2a

哪裏有其他方法來實現谷歌地圖上的iPad Web應用程序? :|

回答

1

我還沒有嘗試過製作應用程序,但我可能會嘗試使用Googles javascript api而不是iframe。我相信js的控制量比靜態版要好得多。

相關問題