无法设置mapboxgl.GeolocateControl()

时间:2018-05-10 14:39:39

标签: mapbox-gl-js mapbox-gl

我无法设置GeolocateControl()

它没有错误,但没有显示Geolocate ??

map.addControl(new mapboxgl.GeolocateControl({
    positionOptions: {
        enableHighAccuracy: true
    },
    trackUserLocation: true,
}));   

1 个答案:

答案 0 :(得分:0)

您的代码很完美,但是您需要安全的https连接才能在应用程序中可见GeolocateControl。