2013-05-29 24 views
1

我有以下的iframe與谷歌地圖:
enter image description here
正如你可以看到,谷歌地圖看起來較舊的位置:方形的按鈕和控制。

我想要的是這樣的:
enter image description here
一個更好看的谷歌地圖。圓形按鈕和控件...
我該如何創建這樣的東西?我一直在努力解決這個問題,但沒有取得任何成功。
謝謝!如何使谷歌地圖iframe的「風格」外觀新穎

回答

8
<!-- 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-->