试图弄清楚我是否可以通过3D倾斜视图获得一堆静态JPG标记,类似于:
https://developers.google.com/maps/documentation/javascript/examples/aerial-simple
我在这里找到了一个类似的例子:
http://www.zingjet.com/maptest.html
但是,我们希望它只默认为3D视图,并在其上有许多JPG图标。有类似经历的人吗?
答案 0 :(得分:-1)
伙计,您是否尝试过使用JS或CSS?
您可以创建一个类并使用image设置div:
.image{
display: block;
background: transparent url("A/B") no-repeat scroll 95% 48%;
}