插件说明:
Google Maps 地图插件加入全景中显示,类似layer形式.
- • 地图可以布置在全景屏幕任意位置.
- • 可以在地图上增加热点跳转全景或执行动作.
- • 可以为热点添加雷达.
- • 可以动态添加删除热点,移动和缩放地图
- • xml插件功能几乎与swf和js插件一样.
- • 插件需要官方购买授权码,然后在软件注册的地方输入注册一次才可以使用,否则地图打开可能有水印或一片空白
语法:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
<plugin name="map" devices="html5" url="googlemaps.js" align="leftbottom" width="400" height="300" x="0" y="0" keep="true" key="" maptype="satellite" language="" lat="..." lng="..." zoom="1" tilt="0" heading="0" controls="zoom|maptype" poi="false" activespotenabled="false" bgcolor="0x000000" bgalpha="0.0" onmapready="" onmaptypechanged="" onmapmoved="" onmapzoomed="" > <spotstyle name="style1" ... /> ... <spot name="spot1" ... active="true" /> <spot name="spot2" ... /> <spot name="spot3" ... /> ... <radar visible="true" ... /> </plugin> |
插件属性:
[需开通会员权限]