我无法设置 GeolocateControl()
它没有错误,但不显示地理定位?
map.addControl(new mapboxgl.GeolocateControl({
positionOptions: {
enableHighAccuracy: true
},
trackUserLocation: true,
}));
我无法设置 GeolocateControl()
它没有错误,但不显示地理定位?
map.addControl(new mapboxgl.GeolocateControl({
positionOptions: {
enableHighAccuracy: true
},
trackUserLocation: true,
}));