2011-07-25 204 views
2

我想顯示一個使用谷歌圖表API的谷歌圖表API在谷歌 靜態地圖,並遇到問題。下面的URL(A)在地圖上顯示爲 ,而下面的URL(B)不顯示氣泡。 這兩個網址之間的唯一區別是「B」顯示「V speedis」,而不是「V speed」的 。 (B)不工作的任何建議?使用谷歌圖表API與谷歌靜態地圖

我想要顯示的氣泡應該有文字「Victor,lat:0.50,speed:30」。我有URL編碼它,但它不工作。

任何幫助,非常感謝!

(A)顯示的文本 「V速度」 在氣泡 http://maps.google.com/maps/api/staticmap?center=Brooklyn+Bridge,New+York,NY&zoom=12&size=912x912&maptype=roadmap&markers=icon:http://chart.apis.google.com/chart?chst=d_bubble_text_small%26chld=bb%257CV%2520speed%257CFFFF88%257C000000|40.718217,-73.998284&sensor=false

(B)顯示在氣泡中的文本 「V speedis」 http://maps.google.com/maps/api/staticmap?center=Brooklyn+Bridge,New+York,NY&zoom=12&size=912x912&maptype=roadmap&markers=icon:http://chart.apis.google.com/chart?chst=d_bubble_text_small%26chld=bb%257CV%2520speedis%257CFFFF88%257C000000|40.718217,-73.998284&sensor=false

回答

1

在裝載自定義圖標標記有一個maximum size of 4096 pixels

  • 你的第一圖像(V速度)爲85x42 = 3570px
  • 你的第二(V speedis)的99x42 = 4158px