我需要设置谷歌静态地图的小字体大小。那么,实现同样的事情需要什么参数。因为,我使用下面的网址来获取静态地图
http://maps.googleapis.com/maps/api/staticmap?center={$randAppPhoto['latitude']},{$randAppPhoto['longitude']}&scale=2&size=700x400&maptype=terrain&markers={$randAppPhoto['latitude']},{$randAppPhoto['longitude']}&zoom=7&format=jpg&sensor=false
其中,$ randAppPhoto是php中的一个数组,它有动态lat,long
答案 0 :(得分:2)
我认为不可能更改地图上文字的字体。您可以查看用于设置地图样式here的参数列表。
答案 1 :(得分:-2)
将URL中的scale=2
更改为scale=1
会使街道名称字体变小,如果这是您尝试做的事情。