Google マップを含む次の iframe が
あります。
私が欲しいのは次のようなものです:
はるかに見栄えの良い Google マップ。丸いボタンとコントロール...
このようなものを作成するにはどうすればよいですか? 私はこれを回避しようとしましたが、成功しませんでした。
ありがとう!
25732 次
3 に答える
11
<!-- Embed Google Maps Start -->
<iframe width="550" height="500" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?q=mesco,heuvelstraat 95,tilburg, nederland&layer=tc&t=m&z=18&source=embed&output=svembed"></iframe>
<!-- Embed Google Maps End -->
<!--Parameters:
---------------------
q= enter full address here or latitude+longitude e.g. (street name, city, county/state, country)
layer= (t = traffic | c = streetview | tc = both) - show map layer type
t= (m = normal map | k = satellite | h = hybrid | p = terrain) - Sets the kind of map shown
z= (1 - 23) - map zoom level. 23 value indicates fully zoomed in. (default is 18)
width= (value) - height of gmaps
height= (value) - width of gmaps-->
于 2013-08-22T13:35:06.730 に答える
4
おそらく、Google Maps Javascript API の使用を検討する必要があります。基本的な使い方は難しくなく、思い通りのコントロールが表示されます。
例: https://developers.google.com/maps/documentation/javascript/examples/?hl=en
于 2013-05-29T10:34:18.523 に答える