diff --git a/src/ol/geolocation.exports b/src/ol/geolocation.exports index 18d54d9805..7065040bdc 100644 --- a/src/ol/geolocation.exports +++ b/src/ol/geolocation.exports @@ -1 +1,2 @@ @exportClass ol.Geolocation ol.GeolocationOptions +@exportSymbol ol.Geolocation.SUPPORTED diff --git a/src/ol/geolocation.js b/src/ol/geolocation.js index 5ad433f903..4e3f1a3a23 100644 --- a/src/ol/geolocation.js +++ b/src/ol/geolocation.js @@ -1,6 +1,7 @@ // FIXME handle geolocation not supported goog.provide('ol.Geolocation'); +goog.provide('ol.Geolocation.SUPPORTED'); goog.provide('ol.GeolocationProperty'); goog.require('goog.events');