实际上我在一个Jhispter APP工作,我已经实现了一个NG-MAP标签和一个MARKER标签来显示一个位置,这运行但我的问题是我无法将我的点MARKER置于div的中间而且我没有得到它
我在NG-MAP标签中使用CENTER属性而没有......
<ng-map zoom="15" center="{{vm.terreno0101.latitud}},{{vm.terreno0101.longitud}}">
<marker position="{{vm.terreno0101.latitud}},{{vm.terreno0101.longitud}}" title="Supplier Location" centered="true"></marker>
</ng-map>