我无法设置GeolocateControl()
它没有错误,但没有显示Geolocate ??
map.addControl(new mapboxgl.GeolocateControl({
positionOptions: {
enableHighAccuracy: true
},
trackUserLocation: true,
}));
答案 0 :(得分:0)
您的代码很完美,但是您需要安全的https连接才能在应用程序中可见GeolocateControl。