如何使谷歌地图iframe的"风格"看起来很新

Ped*_*ira 2 html iframe google-maps

我有以下iframe与谷歌地图:
在此输入图像描述
正如您所看到的,谷歌地图在这里看起来更老:方形按钮和控件.

我想拥有的是这样的:
在此输入图像描述
一个好看的谷歌地图.圆形按钮和控件......
如何创建这样的东西?我一直在努力解决这个问题,但没有任何成功.
谢谢!

小智 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-->
Run Code Online (Sandbox Code Playgroud)


Alf*_*nez 5

也许您应该考虑使用Google Maps Javascript API.基本使用并不难,它以您想要的方式显示控件.

示例:https://developers.google.com/maps/documentation/javascript/examples/?hl = en