我正在使用这个url:
http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Zagreb,+Croatia&aq=&sll=45.808351,15.897484&sspn=0.010066,0.016544&vpsrc=0&ie=UTF8&hq=&hnear=Zagreb,+Croatia&t=m&z=14&ll=45.794222,16.048298&output=embed
我需要添加什么以及从哪里获取地形外观,而不是defaut显示的那个?
thnx
发布于 2012-05-12 21:33:38
更改一个参数。
而不是
t=m使用
t=phttp://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Zagreb,+Croatia&aq=&sll=45.808351,15.897484&sspn=0.010066,0.016544&vpsrc=0&ie=UTF8&hq=&hnear=Zagreb,+Croatia&t=p&z=14&ll=45.794222,16.048298&output=embed
发布于 2012-06-03 07:33:13
我在寻找Google Fusion Tables的答案时遇到了这个问题。
在这种情况下,参数需要为:
t=4在谷歌群组上找到的
https://groups.google.com/forum/?fromgroups#!topic/fusion-tables-users-group/Bj_u6QPohaA
谢谢,Kathryn
https://stackoverflow.com/questions/10564152
复制相似问题