UNPKG

ol3-google-maps

Version:

OpenLayers 3 Google Maps integration library

2,178 lines (1,759 loc) 338 kB
/** * @fileoverview Custom exports file. * @suppress {checkVars,extraRequire} */ goog.require('ol'); goog.require('ol.AssertionError'); goog.require('ol.Attribution'); goog.require('ol.CanvasMap'); goog.require('ol.Collection'); goog.require('ol.DeviceOrientation'); goog.require('ol.Feature'); goog.require('ol.Geolocation'); goog.require('ol.Graticule'); goog.require('ol.Image'); goog.require('ol.ImageTile'); goog.require('ol.Kinetic'); goog.require('ol.Map'); goog.require('ol.MapBrowserEvent'); goog.require('ol.MapEvent'); goog.require('ol.Object'); goog.require('ol.Observable'); goog.require('ol.Overlay'); goog.require('ol.PluggableMap'); goog.require('ol.Sphere'); goog.require('ol.Tile'); goog.require('ol.VectorTile'); goog.require('ol.View'); goog.require('ol.color'); goog.require('ol.colorlike'); goog.require('ol.control'); goog.require('ol.control.Attribution'); goog.require('ol.control.Control'); goog.require('ol.control.FullScreen'); goog.require('ol.control.MousePosition'); goog.require('ol.control.OverviewMap'); goog.require('ol.control.Rotate'); goog.require('ol.control.ScaleLine'); goog.require('ol.control.Zoom'); goog.require('ol.control.ZoomSlider'); goog.require('ol.control.ZoomToExtent'); goog.require('ol.coordinate'); goog.require('ol.easing'); goog.require('ol.events.Event'); goog.require('ol.events.condition'); goog.require('ol.extent'); goog.require('ol.featureloader'); goog.require('ol.format.EsriJSON'); goog.require('ol.format.Feature'); goog.require('ol.format.GML'); goog.require('ol.format.GML2'); goog.require('ol.format.GML3'); goog.require('ol.format.GMLBase'); goog.require('ol.format.GPX'); goog.require('ol.format.GeoJSON'); goog.require('ol.format.IGC'); goog.require('ol.format.KML'); goog.require('ol.format.MVT'); goog.require('ol.format.OSMXML'); goog.require('ol.format.Polyline'); goog.require('ol.format.TopoJSON'); goog.require('ol.format.WFS'); goog.require('ol.format.WKT'); goog.require('ol.format.WMSCapabilities'); goog.require('ol.format.WMSGetFeatureInfo'); goog.require('ol.format.WMTSCapabilities'); goog.require('ol.format.filter'); goog.require('ol.format.filter.And'); goog.require('ol.format.filter.Bbox'); goog.require('ol.format.filter.Comparison'); goog.require('ol.format.filter.ComparisonBinary'); goog.require('ol.format.filter.Contains'); goog.require('ol.format.filter.During'); goog.require('ol.format.filter.EqualTo'); goog.require('ol.format.filter.Filter'); goog.require('ol.format.filter.GreaterThan'); goog.require('ol.format.filter.GreaterThanOrEqualTo'); goog.require('ol.format.filter.Intersects'); goog.require('ol.format.filter.IsBetween'); goog.require('ol.format.filter.IsLike'); goog.require('ol.format.filter.IsNull'); goog.require('ol.format.filter.LessThan'); goog.require('ol.format.filter.LessThanOrEqualTo'); goog.require('ol.format.filter.Not'); goog.require('ol.format.filter.NotEqualTo'); goog.require('ol.format.filter.Or'); goog.require('ol.format.filter.Spatial'); goog.require('ol.format.filter.Within'); goog.require('ol.geom.Circle'); goog.require('ol.geom.Geometry'); goog.require('ol.geom.GeometryCollection'); goog.require('ol.geom.LineString'); goog.require('ol.geom.LinearRing'); goog.require('ol.geom.MultiLineString'); goog.require('ol.geom.MultiPoint'); goog.require('ol.geom.MultiPolygon'); goog.require('ol.geom.Point'); goog.require('ol.geom.Polygon'); goog.require('ol.geom.SimpleGeometry'); goog.require('ol.has'); goog.require('ol.interaction'); goog.require('ol.interaction.DoubleClickZoom'); goog.require('ol.interaction.DragAndDrop'); goog.require('ol.interaction.DragBox'); goog.require('ol.interaction.DragPan'); goog.require('ol.interaction.DragRotate'); goog.require('ol.interaction.DragRotateAndZoom'); goog.require('ol.interaction.DragZoom'); goog.require('ol.interaction.Draw'); goog.require('ol.interaction.Extent'); goog.require('ol.interaction.Interaction'); goog.require('ol.interaction.KeyboardPan'); goog.require('ol.interaction.KeyboardZoom'); goog.require('ol.interaction.Modify'); goog.require('ol.interaction.MouseWheelZoom'); goog.require('ol.interaction.PinchRotate'); goog.require('ol.interaction.PinchZoom'); goog.require('ol.interaction.Pointer'); goog.require('ol.interaction.Select'); goog.require('ol.interaction.Snap'); goog.require('ol.interaction.Translate'); goog.require('ol.layer.Base'); goog.require('ol.layer.Group'); goog.require('ol.layer.Heatmap'); goog.require('ol.layer.Image'); goog.require('ol.layer.Layer'); goog.require('ol.layer.Tile'); goog.require('ol.layer.Vector'); goog.require('ol.layer.VectorTile'); goog.require('ol.loadingstrategy'); goog.require('ol.proj'); goog.require('ol.proj.Projection'); goog.require('ol.proj.Units'); goog.require('ol.proj.common'); goog.require('ol.render'); goog.require('ol.render.Event'); goog.require('ol.render.Feature'); goog.require('ol.render.VectorContext'); goog.require('ol.render.canvas.Immediate'); goog.require('ol.render.webgl.Immediate'); goog.require('ol.renderer.canvas.ImageLayer'); goog.require('ol.renderer.canvas.Map'); goog.require('ol.renderer.canvas.TileLayer'); goog.require('ol.renderer.canvas.VectorLayer'); goog.require('ol.renderer.canvas.VectorTileLayer'); goog.require('ol.renderer.webgl.ImageLayer'); goog.require('ol.renderer.webgl.Map'); goog.require('ol.renderer.webgl.TileLayer'); goog.require('ol.renderer.webgl.VectorLayer'); goog.require('ol.size'); goog.require('ol.source.BingMaps'); goog.require('ol.source.CartoDB'); goog.require('ol.source.Cluster'); goog.require('ol.source.Image'); goog.require('ol.source.ImageArcGISRest'); goog.require('ol.source.ImageCanvas'); goog.require('ol.source.ImageMapGuide'); goog.require('ol.source.ImageStatic'); goog.require('ol.source.ImageVector'); goog.require('ol.source.ImageWMS'); goog.require('ol.source.OSM'); goog.require('ol.source.Raster'); goog.require('ol.source.Source'); goog.require('ol.source.Stamen'); goog.require('ol.source.Tile'); goog.require('ol.source.TileArcGISRest'); goog.require('ol.source.TileDebug'); goog.require('ol.source.TileImage'); goog.require('ol.source.TileJSON'); goog.require('ol.source.TileUTFGrid'); goog.require('ol.source.TileWMS'); goog.require('ol.source.UrlTile'); goog.require('ol.source.Vector'); goog.require('ol.source.VectorTile'); goog.require('ol.source.WMTS'); goog.require('ol.source.XYZ'); goog.require('ol.source.Zoomify'); goog.require('ol.style'); goog.require('ol.style.AtlasManager'); goog.require('ol.style.Circle'); goog.require('ol.style.Fill'); goog.require('ol.style.Icon'); goog.require('ol.style.IconImageCache'); goog.require('ol.style.Image'); goog.require('ol.style.RegularShape'); goog.require('ol.style.Stroke'); goog.require('ol.style.Style'); goog.require('ol.style.Text'); goog.require('ol.tilegrid'); goog.require('ol.tilegrid.TileGrid'); goog.require('ol.tilegrid.WMTS'); goog.require('ol.webgl.Context'); goog.require('ol.xml'); goog.require('olgm.OLGoogleMaps'); goog.require('olgm.gm.ImageOverlay'); goog.require('olgm.gm.MapElement'); goog.require('olgm.gm.MapIcon'); goog.require('olgm.gm.MapLabel'); goog.require('olgm.gm.PanesOverlay'); goog.require('olgm.herald.ImageWMSSource'); goog.require('olgm.herald.Layers'); goog.require('olgm.herald.Source'); goog.require('olgm.herald.TileSource'); goog.require('olgm.herald.VectorSource'); goog.require('olgm.interaction'); goog.require('olgm.layer.Google'); goog.exportProperty( ol.AssertionError.prototype, 'code', ol.AssertionError.prototype.code); goog.exportSymbol( 'ol.Attribution', ol.Attribution); goog.exportProperty( ol.Attribution.prototype, 'getHTML', ol.Attribution.prototype.getHTML); goog.exportSymbol( 'ol.CanvasMap', ol.CanvasMap); goog.exportSymbol( 'ol.Collection', ol.Collection); goog.exportProperty( ol.Collection.prototype, 'clear', ol.Collection.prototype.clear); goog.exportProperty( ol.Collection.prototype, 'extend', ol.Collection.prototype.extend); goog.exportProperty( ol.Collection.prototype, 'forEach', ol.Collection.prototype.forEach); goog.exportProperty( ol.Collection.prototype, 'getArray', ol.Collection.prototype.getArray); goog.exportProperty( ol.Collection.prototype, 'item', ol.Collection.prototype.item); goog.exportProperty( ol.Collection.prototype, 'getLength', ol.Collection.prototype.getLength); goog.exportProperty( ol.Collection.prototype, 'insertAt', ol.Collection.prototype.insertAt); goog.exportProperty( ol.Collection.prototype, 'pop', ol.Collection.prototype.pop); goog.exportProperty( ol.Collection.prototype, 'push', ol.Collection.prototype.push); goog.exportProperty( ol.Collection.prototype, 'remove', ol.Collection.prototype.remove); goog.exportProperty( ol.Collection.prototype, 'removeAt', ol.Collection.prototype.removeAt); goog.exportProperty( ol.Collection.prototype, 'setAt', ol.Collection.prototype.setAt); goog.exportProperty( ol.Collection.Event.prototype, 'element', ol.Collection.Event.prototype.element); goog.exportSymbol( 'ol.color.asArray', ol.color.asArray); goog.exportSymbol( 'ol.color.asString', ol.color.asString); goog.exportSymbol( 'ol.colorlike.asColorLike', ol.colorlike.asColorLike); goog.exportSymbol( 'ol.control.defaults', ol.control.defaults); goog.exportSymbol( 'ol.coordinate.add', ol.coordinate.add); goog.exportSymbol( 'ol.coordinate.createStringXY', ol.coordinate.createStringXY); goog.exportSymbol( 'ol.coordinate.format', ol.coordinate.format); goog.exportSymbol( 'ol.coordinate.rotate', ol.coordinate.rotate); goog.exportSymbol( 'ol.coordinate.toStringHDMS', ol.coordinate.toStringHDMS); goog.exportSymbol( 'ol.coordinate.toStringXY', ol.coordinate.toStringXY); goog.exportSymbol( 'ol.DeviceOrientation', ol.DeviceOrientation); goog.exportProperty( ol.DeviceOrientation.prototype, 'getAlpha', ol.DeviceOrientation.prototype.getAlpha); goog.exportProperty( ol.DeviceOrientation.prototype, 'getBeta', ol.DeviceOrientation.prototype.getBeta); goog.exportProperty( ol.DeviceOrientation.prototype, 'getGamma', ol.DeviceOrientation.prototype.getGamma); goog.exportProperty( ol.DeviceOrientation.prototype, 'getHeading', ol.DeviceOrientation.prototype.getHeading); goog.exportProperty( ol.DeviceOrientation.prototype, 'getTracking', ol.DeviceOrientation.prototype.getTracking); goog.exportProperty( ol.DeviceOrientation.prototype, 'setTracking', ol.DeviceOrientation.prototype.setTracking); goog.exportSymbol( 'ol.easing.easeIn', ol.easing.easeIn); goog.exportSymbol( 'ol.easing.easeOut', ol.easing.easeOut); goog.exportSymbol( 'ol.easing.inAndOut', ol.easing.inAndOut); goog.exportSymbol( 'ol.easing.linear', ol.easing.linear); goog.exportSymbol( 'ol.easing.upAndDown', ol.easing.upAndDown); goog.exportSymbol( 'ol.extent.boundingExtent', ol.extent.boundingExtent); goog.exportSymbol( 'ol.extent.buffer', ol.extent.buffer); goog.exportSymbol( 'ol.extent.containsCoordinate', ol.extent.containsCoordinate); goog.exportSymbol( 'ol.extent.containsExtent', ol.extent.containsExtent); goog.exportSymbol( 'ol.extent.containsXY', ol.extent.containsXY); goog.exportSymbol( 'ol.extent.createEmpty', ol.extent.createEmpty); goog.exportSymbol( 'ol.extent.equals', ol.extent.equals); goog.exportSymbol( 'ol.extent.extend', ol.extent.extend); goog.exportSymbol( 'ol.extent.getArea', ol.extent.getArea); goog.exportSymbol( 'ol.extent.getBottomLeft', ol.extent.getBottomLeft); goog.exportSymbol( 'ol.extent.getBottomRight', ol.extent.getBottomRight); goog.exportSymbol( 'ol.extent.getCenter', ol.extent.getCenter); goog.exportSymbol( 'ol.extent.getHeight', ol.extent.getHeight); goog.exportSymbol( 'ol.extent.getIntersection', ol.extent.getIntersection); goog.exportSymbol( 'ol.extent.getSize', ol.extent.getSize); goog.exportSymbol( 'ol.extent.getTopLeft', ol.extent.getTopLeft); goog.exportSymbol( 'ol.extent.getTopRight', ol.extent.getTopRight); goog.exportSymbol( 'ol.extent.getWidth', ol.extent.getWidth); goog.exportSymbol( 'ol.extent.intersects', ol.extent.intersects); goog.exportSymbol( 'ol.extent.isEmpty', ol.extent.isEmpty); goog.exportSymbol( 'ol.extent.applyTransform', ol.extent.applyTransform); goog.exportSymbol( 'ol.Feature', ol.Feature); goog.exportProperty( ol.Feature.prototype, 'clone', ol.Feature.prototype.clone); goog.exportProperty( ol.Feature.prototype, 'getGeometry', ol.Feature.prototype.getGeometry); goog.exportProperty( ol.Feature.prototype, 'getId', ol.Feature.prototype.getId); goog.exportProperty( ol.Feature.prototype, 'getGeometryName', ol.Feature.prototype.getGeometryName); goog.exportProperty( ol.Feature.prototype, 'getStyle', ol.Feature.prototype.getStyle); goog.exportProperty( ol.Feature.prototype, 'getStyleFunction', ol.Feature.prototype.getStyleFunction); goog.exportProperty( ol.Feature.prototype, 'setGeometry', ol.Feature.prototype.setGeometry); goog.exportProperty( ol.Feature.prototype, 'setStyle', ol.Feature.prototype.setStyle); goog.exportProperty( ol.Feature.prototype, 'setId', ol.Feature.prototype.setId); goog.exportProperty( ol.Feature.prototype, 'setGeometryName', ol.Feature.prototype.setGeometryName); goog.exportSymbol( 'ol.featureloader.xhr', ol.featureloader.xhr); goog.exportSymbol( 'ol.Geolocation', ol.Geolocation); goog.exportProperty( ol.Geolocation.prototype, 'getAccuracy', ol.Geolocation.prototype.getAccuracy); goog.exportProperty( ol.Geolocation.prototype, 'getAccuracyGeometry', ol.Geolocation.prototype.getAccuracyGeometry); goog.exportProperty( ol.Geolocation.prototype, 'getAltitude', ol.Geolocation.prototype.getAltitude); goog.exportProperty( ol.Geolocation.prototype, 'getAltitudeAccuracy', ol.Geolocation.prototype.getAltitudeAccuracy); goog.exportProperty( ol.Geolocation.prototype, 'getHeading', ol.Geolocation.prototype.getHeading); goog.exportProperty( ol.Geolocation.prototype, 'getPosition', ol.Geolocation.prototype.getPosition); goog.exportProperty( ol.Geolocation.prototype, 'getProjection', ol.Geolocation.prototype.getProjection); goog.exportProperty( ol.Geolocation.prototype, 'getSpeed', ol.Geolocation.prototype.getSpeed); goog.exportProperty( ol.Geolocation.prototype, 'getTracking', ol.Geolocation.prototype.getTracking); goog.exportProperty( ol.Geolocation.prototype, 'getTrackingOptions', ol.Geolocation.prototype.getTrackingOptions); goog.exportProperty( ol.Geolocation.prototype, 'setProjection', ol.Geolocation.prototype.setProjection); goog.exportProperty( ol.Geolocation.prototype, 'setTracking', ol.Geolocation.prototype.setTracking); goog.exportProperty( ol.Geolocation.prototype, 'setTrackingOptions', ol.Geolocation.prototype.setTrackingOptions); goog.exportSymbol( 'ol.Graticule', ol.Graticule); goog.exportProperty( ol.Graticule.prototype, 'getMap', ol.Graticule.prototype.getMap); goog.exportProperty( ol.Graticule.prototype, 'getMeridians', ol.Graticule.prototype.getMeridians); goog.exportProperty( ol.Graticule.prototype, 'getParallels', ol.Graticule.prototype.getParallels); goog.exportProperty( ol.Graticule.prototype, 'setMap', ol.Graticule.prototype.setMap); goog.exportSymbol( 'ol.has.DEVICE_PIXEL_RATIO', ol.has.DEVICE_PIXEL_RATIO); goog.exportSymbol( 'ol.has.CANVAS', ol.has.CANVAS); goog.exportSymbol( 'ol.has.DEVICE_ORIENTATION', ol.has.DEVICE_ORIENTATION); goog.exportSymbol( 'ol.has.GEOLOCATION', ol.has.GEOLOCATION); goog.exportSymbol( 'ol.has.TOUCH', ol.has.TOUCH); goog.exportSymbol( 'ol.has.WEBGL', ol.has.WEBGL); goog.exportProperty( ol.Image.prototype, 'getImage', ol.Image.prototype.getImage); goog.exportProperty( ol.Image.prototype, 'load', ol.Image.prototype.load); goog.exportProperty( ol.ImageTile.prototype, 'getImage', ol.ImageTile.prototype.getImage); goog.exportProperty( ol.ImageTile.prototype, 'load', ol.ImageTile.prototype.load); goog.exportSymbol( 'ol.inherits', ol.inherits); goog.exportSymbol( 'ol.interaction.defaults', ol.interaction.defaults); goog.exportSymbol( 'ol.Kinetic', ol.Kinetic); goog.exportSymbol( 'ol.loadingstrategy.all', ol.loadingstrategy.all); goog.exportSymbol( 'ol.loadingstrategy.bbox', ol.loadingstrategy.bbox); goog.exportSymbol( 'ol.loadingstrategy.tile', ol.loadingstrategy.tile); goog.exportSymbol( 'ol.Map', ol.Map); goog.exportProperty( ol.MapBrowserEvent.prototype, 'originalEvent', ol.MapBrowserEvent.prototype.originalEvent); goog.exportProperty( ol.MapBrowserEvent.prototype, 'pixel', ol.MapBrowserEvent.prototype.pixel); goog.exportProperty( ol.MapBrowserEvent.prototype, 'coordinate', ol.MapBrowserEvent.prototype.coordinate); goog.exportProperty( ol.MapBrowserEvent.prototype, 'dragging', ol.MapBrowserEvent.prototype.dragging); goog.exportProperty( ol.MapBrowserEvent.prototype, 'preventDefault', ol.MapBrowserEvent.prototype.preventDefault); goog.exportProperty( ol.MapBrowserEvent.prototype, 'stopPropagation', ol.MapBrowserEvent.prototype.stopPropagation); goog.exportProperty( ol.MapEvent.prototype, 'map', ol.MapEvent.prototype.map); goog.exportProperty( ol.MapEvent.prototype, 'frameState', ol.MapEvent.prototype.frameState); goog.exportSymbol( 'ol.Object', ol.Object); goog.exportProperty( ol.Object.prototype, 'get', ol.Object.prototype.get); goog.exportProperty( ol.Object.prototype, 'getKeys', ol.Object.prototype.getKeys); goog.exportProperty( ol.Object.prototype, 'getProperties', ol.Object.prototype.getProperties); goog.exportProperty( ol.Object.prototype, 'set', ol.Object.prototype.set); goog.exportProperty( ol.Object.prototype, 'setProperties', ol.Object.prototype.setProperties); goog.exportProperty( ol.Object.prototype, 'unset', ol.Object.prototype.unset); goog.exportProperty( ol.Object.Event.prototype, 'key', ol.Object.Event.prototype.key); goog.exportProperty( ol.Object.Event.prototype, 'oldValue', ol.Object.Event.prototype.oldValue); goog.exportSymbol( 'ol.Observable', ol.Observable); goog.exportSymbol( 'ol.Observable.unByKey', ol.Observable.unByKey); goog.exportProperty( ol.Observable.prototype, 'changed', ol.Observable.prototype.changed); goog.exportProperty( ol.Observable.prototype, 'dispatchEvent', ol.Observable.prototype.dispatchEvent); goog.exportProperty( ol.Observable.prototype, 'getRevision', ol.Observable.prototype.getRevision); goog.exportProperty( ol.Observable.prototype, 'on', ol.Observable.prototype.on); goog.exportProperty( ol.Observable.prototype, 'once', ol.Observable.prototype.once); goog.exportProperty( ol.Observable.prototype, 'un', ol.Observable.prototype.un); goog.exportSymbol( 'ol.Overlay', ol.Overlay); goog.exportProperty( ol.Overlay.prototype, 'getElement', ol.Overlay.prototype.getElement); goog.exportProperty( ol.Overlay.prototype, 'getId', ol.Overlay.prototype.getId); goog.exportProperty( ol.Overlay.prototype, 'getMap', ol.Overlay.prototype.getMap); goog.exportProperty( ol.Overlay.prototype, 'getOffset', ol.Overlay.prototype.getOffset); goog.exportProperty( ol.Overlay.prototype, 'getPosition', ol.Overlay.prototype.getPosition); goog.exportProperty( ol.Overlay.prototype, 'getPositioning', ol.Overlay.prototype.getPositioning); goog.exportProperty( ol.Overlay.prototype, 'setElement', ol.Overlay.prototype.setElement); goog.exportProperty( ol.Overlay.prototype, 'setMap', ol.Overlay.prototype.setMap); goog.exportProperty( ol.Overlay.prototype, 'setOffset', ol.Overlay.prototype.setOffset); goog.exportProperty( ol.Overlay.prototype, 'setPosition', ol.Overlay.prototype.setPosition); goog.exportProperty( ol.Overlay.prototype, 'setPositioning', ol.Overlay.prototype.setPositioning); goog.exportSymbol( 'ol.PluggableMap', ol.PluggableMap); goog.exportProperty( ol.PluggableMap.prototype, 'addControl', ol.PluggableMap.prototype.addControl); goog.exportProperty( ol.PluggableMap.prototype, 'addInteraction', ol.PluggableMap.prototype.addInteraction); goog.exportProperty( ol.PluggableMap.prototype, 'addLayer', ol.PluggableMap.prototype.addLayer); goog.exportProperty( ol.PluggableMap.prototype, 'addOverlay', ol.PluggableMap.prototype.addOverlay); goog.exportProperty( ol.PluggableMap.prototype, 'forEachFeatureAtPixel', ol.PluggableMap.prototype.forEachFeatureAtPixel); goog.exportProperty( ol.PluggableMap.prototype, 'getFeaturesAtPixel', ol.PluggableMap.prototype.getFeaturesAtPixel); goog.exportProperty( ol.PluggableMap.prototype, 'forEachLayerAtPixel', ol.PluggableMap.prototype.forEachLayerAtPixel); goog.exportProperty( ol.PluggableMap.prototype, 'hasFeatureAtPixel', ol.PluggableMap.prototype.hasFeatureAtPixel); goog.exportProperty( ol.PluggableMap.prototype, 'getEventCoordinate', ol.PluggableMap.prototype.getEventCoordinate); goog.exportProperty( ol.PluggableMap.prototype, 'getEventPixel', ol.PluggableMap.prototype.getEventPixel); goog.exportProperty( ol.PluggableMap.prototype, 'getTarget', ol.PluggableMap.prototype.getTarget); goog.exportProperty( ol.PluggableMap.prototype, 'getTargetElement', ol.PluggableMap.prototype.getTargetElement); goog.exportProperty( ol.PluggableMap.prototype, 'getCoordinateFromPixel', ol.PluggableMap.prototype.getCoordinateFromPixel); goog.exportProperty( ol.PluggableMap.prototype, 'getControls', ol.PluggableMap.prototype.getControls); goog.exportProperty( ol.PluggableMap.prototype, 'getOverlays', ol.PluggableMap.prototype.getOverlays); goog.exportProperty( ol.PluggableMap.prototype, 'getOverlayById', ol.PluggableMap.prototype.getOverlayById); goog.exportProperty( ol.PluggableMap.prototype, 'getInteractions', ol.PluggableMap.prototype.getInteractions); goog.exportProperty( ol.PluggableMap.prototype, 'getLayerGroup', ol.PluggableMap.prototype.getLayerGroup); goog.exportProperty( ol.PluggableMap.prototype, 'getLayers', ol.PluggableMap.prototype.getLayers); goog.exportProperty( ol.PluggableMap.prototype, 'getPixelFromCoordinate', ol.PluggableMap.prototype.getPixelFromCoordinate); goog.exportProperty( ol.PluggableMap.prototype, 'getSize', ol.PluggableMap.prototype.getSize); goog.exportProperty( ol.PluggableMap.prototype, 'getView', ol.PluggableMap.prototype.getView); goog.exportProperty( ol.PluggableMap.prototype, 'getViewport', ol.PluggableMap.prototype.getViewport); goog.exportProperty( ol.PluggableMap.prototype, 'renderSync', ol.PluggableMap.prototype.renderSync); goog.exportProperty( ol.PluggableMap.prototype, 'render', ol.PluggableMap.prototype.render); goog.exportProperty( ol.PluggableMap.prototype, 'removeControl', ol.PluggableMap.prototype.removeControl); goog.exportProperty( ol.PluggableMap.prototype, 'removeInteraction', ol.PluggableMap.prototype.removeInteraction); goog.exportProperty( ol.PluggableMap.prototype, 'removeLayer', ol.PluggableMap.prototype.removeLayer); goog.exportProperty( ol.PluggableMap.prototype, 'removeOverlay', ol.PluggableMap.prototype.removeOverlay); goog.exportProperty( ol.PluggableMap.prototype, 'setLayerGroup', ol.PluggableMap.prototype.setLayerGroup); goog.exportProperty( ol.PluggableMap.prototype, 'setSize', ol.PluggableMap.prototype.setSize); goog.exportProperty( ol.PluggableMap.prototype, 'setTarget', ol.PluggableMap.prototype.setTarget); goog.exportProperty( ol.PluggableMap.prototype, 'setView', ol.PluggableMap.prototype.setView); goog.exportProperty( ol.PluggableMap.prototype, 'updateSize', ol.PluggableMap.prototype.updateSize); goog.exportSymbol( 'ol.proj.METERS_PER_UNIT', ol.proj.METERS_PER_UNIT); goog.exportSymbol( 'ol.proj.setProj4', ol.proj.setProj4); goog.exportSymbol( 'ol.proj.getPointResolution', ol.proj.getPointResolution); goog.exportSymbol( 'ol.proj.addEquivalentProjections', ol.proj.addEquivalentProjections); goog.exportSymbol( 'ol.proj.addProjection', ol.proj.addProjection); goog.exportSymbol( 'ol.proj.addCoordinateTransforms', ol.proj.addCoordinateTransforms); goog.exportSymbol( 'ol.proj.fromLonLat', ol.proj.fromLonLat); goog.exportSymbol( 'ol.proj.toLonLat', ol.proj.toLonLat); goog.exportSymbol( 'ol.proj.get', ol.proj.get); goog.exportSymbol( 'ol.proj.equivalent', ol.proj.equivalent); goog.exportSymbol( 'ol.proj.getTransform', ol.proj.getTransform); goog.exportSymbol( 'ol.proj.transform', ol.proj.transform); goog.exportSymbol( 'ol.proj.transformExtent', ol.proj.transformExtent); goog.exportSymbol( 'ol.render.toContext', ol.render.toContext); goog.exportSymbol( 'ol.size.toSize', ol.size.toSize); goog.exportSymbol( 'ol.Sphere', ol.Sphere); goog.exportProperty( ol.Sphere.prototype, 'geodesicArea', ol.Sphere.prototype.geodesicArea); goog.exportProperty( ol.Sphere.prototype, 'haversineDistance', ol.Sphere.prototype.haversineDistance); goog.exportSymbol( 'ol.Sphere.getLength', ol.Sphere.getLength); goog.exportSymbol( 'ol.Sphere.getArea', ol.Sphere.getArea); goog.exportSymbol( 'ol.style.iconImageCache', ol.style.iconImageCache); goog.exportProperty( ol.Tile.prototype, 'getTileCoord', ol.Tile.prototype.getTileCoord); goog.exportProperty( ol.Tile.prototype, 'load', ol.Tile.prototype.load); goog.exportSymbol( 'ol.tilegrid.createXYZ', ol.tilegrid.createXYZ); goog.exportProperty( ol.VectorTile.prototype, 'getExtent', ol.VectorTile.prototype.getExtent); goog.exportProperty( ol.VectorTile.prototype, 'getFormat', ol.VectorTile.prototype.getFormat); goog.exportProperty( ol.VectorTile.prototype, 'getFeatures', ol.VectorTile.prototype.getFeatures); goog.exportProperty( ol.VectorTile.prototype, 'getProjection', ol.VectorTile.prototype.getProjection); goog.exportProperty( ol.VectorTile.prototype, 'setExtent', ol.VectorTile.prototype.setExtent); goog.exportProperty( ol.VectorTile.prototype, 'setFeatures', ol.VectorTile.prototype.setFeatures); goog.exportProperty( ol.VectorTile.prototype, 'setProjection', ol.VectorTile.prototype.setProjection); goog.exportProperty( ol.VectorTile.prototype, 'setLoader', ol.VectorTile.prototype.setLoader); goog.exportSymbol( 'ol.View', ol.View); goog.exportProperty( ol.View.prototype, 'animate', ol.View.prototype.animate); goog.exportProperty( ol.View.prototype, 'getAnimating', ol.View.prototype.getAnimating); goog.exportProperty( ol.View.prototype, 'getInteracting', ol.View.prototype.getInteracting); goog.exportProperty( ol.View.prototype, 'cancelAnimations', ol.View.prototype.cancelAnimations); goog.exportProperty( ol.View.prototype, 'constrainCenter', ol.View.prototype.constrainCenter); goog.exportProperty( ol.View.prototype, 'constrainResolution', ol.View.prototype.constrainResolution); goog.exportProperty( ol.View.prototype, 'constrainRotation', ol.View.prototype.constrainRotation); goog.exportProperty( ol.View.prototype, 'getCenter', ol.View.prototype.getCenter); goog.exportProperty( ol.View.prototype, 'calculateExtent', ol.View.prototype.calculateExtent); goog.exportProperty( ol.View.prototype, 'getMaxResolution', ol.View.prototype.getMaxResolution); goog.exportProperty( ol.View.prototype, 'getMinResolution', ol.View.prototype.getMinResolution); goog.exportProperty( ol.View.prototype, 'getMaxZoom', ol.View.prototype.getMaxZoom); goog.exportProperty( ol.View.prototype, 'setMaxZoom', ol.View.prototype.setMaxZoom); goog.exportProperty( ol.View.prototype, 'getMinZoom', ol.View.prototype.getMinZoom); goog.exportProperty( ol.View.prototype, 'setMinZoom', ol.View.prototype.setMinZoom); goog.exportProperty( ol.View.prototype, 'getProjection', ol.View.prototype.getProjection); goog.exportProperty( ol.View.prototype, 'getResolution', ol.View.prototype.getResolution); goog.exportProperty( ol.View.prototype, 'getResolutions', ol.View.prototype.getResolutions); goog.exportProperty( ol.View.prototype, 'getResolutionForExtent', ol.View.prototype.getResolutionForExtent); goog.exportProperty( ol.View.prototype, 'getRotation', ol.View.prototype.getRotation); goog.exportProperty( ol.View.prototype, 'getZoom', ol.View.prototype.getZoom); goog.exportProperty( ol.View.prototype, 'getZoomForResolution', ol.View.prototype.getZoomForResolution); goog.exportProperty( ol.View.prototype, 'getResolutionForZoom', ol.View.prototype.getResolutionForZoom); goog.exportProperty( ol.View.prototype, 'fit', ol.View.prototype.fit); goog.exportProperty( ol.View.prototype, 'centerOn', ol.View.prototype.centerOn); goog.exportProperty( ol.View.prototype, 'rotate', ol.View.prototype.rotate); goog.exportProperty( ol.View.prototype, 'setCenter', ol.View.prototype.setCenter); goog.exportProperty( ol.View.prototype, 'setResolution', ol.View.prototype.setResolution); goog.exportProperty( ol.View.prototype, 'setRotation', ol.View.prototype.setRotation); goog.exportProperty( ol.View.prototype, 'setZoom', ol.View.prototype.setZoom); goog.exportSymbol( 'ol.xml.getAllTextContent', ol.xml.getAllTextContent); goog.exportSymbol( 'ol.xml.parse', ol.xml.parse); goog.exportProperty( ol.webgl.Context.prototype, 'getGL', ol.webgl.Context.prototype.getGL); goog.exportProperty( ol.webgl.Context.prototype, 'useProgram', ol.webgl.Context.prototype.useProgram); goog.exportSymbol( 'ol.tilegrid.TileGrid', ol.tilegrid.TileGrid); goog.exportProperty( ol.tilegrid.TileGrid.prototype, 'forEachTileCoord', ol.tilegrid.TileGrid.prototype.forEachTileCoord); goog.exportProperty( ol.tilegrid.TileGrid.prototype, 'getMaxZoom', ol.tilegrid.TileGrid.prototype.getMaxZoom); goog.exportProperty( ol.tilegrid.TileGrid.prototype, 'getMinZoom', ol.tilegrid.TileGrid.prototype.getMinZoom); goog.exportProperty( ol.tilegrid.TileGrid.prototype, 'getOrigin', ol.tilegrid.TileGrid.prototype.getOrigin); goog.exportProperty( ol.tilegrid.TileGrid.prototype, 'getResolution', ol.tilegrid.TileGrid.prototype.getResolution); goog.exportProperty( ol.tilegrid.TileGrid.prototype, 'getResolutions', ol.tilegrid.TileGrid.prototype.getResolutions); goog.exportProperty( ol.tilegrid.TileGrid.prototype, 'getTileCoordExtent', ol.tilegrid.TileGrid.prototype.getTileCoordExtent); goog.exportProperty( ol.tilegrid.TileGrid.prototype, 'getTileCoordForCoordAndResolution', ol.tilegrid.TileGrid.prototype.getTileCoordForCoordAndResolution); goog.exportProperty( ol.tilegrid.TileGrid.prototype, 'getTileCoordForCoordAndZ', ol.tilegrid.TileGrid.prototype.getTileCoordForCoordAndZ); goog.exportProperty( ol.tilegrid.TileGrid.prototype, 'getTileSize', ol.tilegrid.TileGrid.prototype.getTileSize); goog.exportProperty( ol.tilegrid.TileGrid.prototype, 'getZForResolution', ol.tilegrid.TileGrid.prototype.getZForResolution); goog.exportSymbol( 'ol.tilegrid.WMTS', ol.tilegrid.WMTS); goog.exportProperty( ol.tilegrid.WMTS.prototype, 'getMatrixIds', ol.tilegrid.WMTS.prototype.getMatrixIds); goog.exportSymbol( 'ol.tilegrid.WMTS.createFromCapabilitiesMatrixSet', ol.tilegrid.WMTS.createFromCapabilitiesMatrixSet); goog.exportSymbol( 'ol.style.AtlasManager', ol.style.AtlasManager); goog.exportSymbol( 'ol.style.Circle', ol.style.Circle); goog.exportProperty( ol.style.Circle.prototype, 'clone', ol.style.Circle.prototype.clone); goog.exportProperty( ol.style.Circle.prototype, 'setRadius', ol.style.Circle.prototype.setRadius); goog.exportSymbol( 'ol.style.Fill', ol.style.Fill); goog.exportProperty( ol.style.Fill.prototype, 'clone', ol.style.Fill.prototype.clone); goog.exportProperty( ol.style.Fill.prototype, 'getColor', ol.style.Fill.prototype.getColor); goog.exportProperty( ol.style.Fill.prototype, 'setColor', ol.style.Fill.prototype.setColor); goog.exportSymbol( 'ol.style.Icon', ol.style.Icon); goog.exportProperty( ol.style.Icon.prototype, 'clone', ol.style.Icon.prototype.clone); goog.exportProperty( ol.style.Icon.prototype, 'getAnchor', ol.style.Icon.prototype.getAnchor); goog.exportProperty( ol.style.Icon.prototype, 'getColor', ol.style.Icon.prototype.getColor); goog.exportProperty( ol.style.Icon.prototype, 'getImage', ol.style.Icon.prototype.getImage); goog.exportProperty( ol.style.Icon.prototype, 'getOrigin', ol.style.Icon.prototype.getOrigin); goog.exportProperty( ol.style.Icon.prototype, 'getSrc', ol.style.Icon.prototype.getSrc); goog.exportProperty( ol.style.Icon.prototype, 'getSize', ol.style.Icon.prototype.getSize); goog.exportProperty( ol.style.Icon.prototype, 'load', ol.style.Icon.prototype.load); goog.exportProperty( ol.style.IconImageCache.prototype, 'setSize', ol.style.IconImageCache.prototype.setSize); goog.exportSymbol( 'ol.style.Image', ol.style.Image); goog.exportProperty( ol.style.Image.prototype, 'getOpacity', ol.style.Image.prototype.getOpacity); goog.exportProperty( ol.style.Image.prototype, 'getRotateWithView', ol.style.Image.prototype.getRotateWithView); goog.exportProperty( ol.style.Image.prototype, 'getRotation', ol.style.Image.prototype.getRotation); goog.exportProperty( ol.style.Image.prototype, 'getScale', ol.style.Image.prototype.getScale); goog.exportProperty( ol.style.Image.prototype, 'getSnapToPixel', ol.style.Image.prototype.getSnapToPixel); goog.exportProperty( ol.style.Image.prototype, 'setOpacity', ol.style.Image.prototype.setOpacity); goog.exportProperty( ol.style.Image.prototype, 'setRotation', ol.style.Image.prototype.setRotation); goog.exportProperty( ol.style.Image.prototype, 'setScale', ol.style.Image.prototype.setScale); goog.exportSymbol( 'ol.style.RegularShape', ol.style.RegularShape); goog.exportProperty( ol.style.RegularShape.prototype, 'clone', ol.style.RegularShape.prototype.clone); goog.exportProperty( ol.style.RegularShape.prototype, 'getAnchor', ol.style.RegularShape.prototype.getAnchor); goog.exportProperty( ol.style.RegularShape.prototype, 'getAngle', ol.style.RegularShape.prototype.getAngle); goog.exportProperty( ol.style.RegularShape.prototype, 'getFill', ol.style.RegularShape.prototype.getFill); goog.exportProperty( ol.style.RegularShape.prototype, 'getImage', ol.style.RegularShape.prototype.getImage); goog.exportProperty( ol.style.RegularShape.prototype, 'getOrigin', ol.style.RegularShape.prototype.getOrigin); goog.exportProperty( ol.style.RegularShape.prototype, 'getPoints', ol.style.RegularShape.prototype.getPoints); goog.exportProperty( ol.style.RegularShape.prototype, 'getRadius', ol.style.RegularShape.prototype.getRadius); goog.exportProperty( ol.style.RegularShape.prototype, 'getRadius2', ol.style.RegularShape.prototype.getRadius2); goog.exportProperty( ol.style.RegularShape.prototype, 'getSize', ol.style.RegularShape.prototype.getSize); goog.exportProperty( ol.style.RegularShape.prototype, 'getStroke', ol.style.RegularShape.prototype.getStroke); goog.exportSymbol( 'ol.style.Stroke', ol.style.Stroke); goog.exportProperty( ol.style.Stroke.prototype, 'clone', ol.style.Stroke.prototype.clone); goog.exportProperty( ol.style.Stroke.prototype, 'getColor', ol.style.Stroke.prototype.getColor); goog.exportProperty( ol.style.Stroke.prototype, 'getLineCap', ol.style.Stroke.prototype.getLineCap); goog.exportProperty( ol.style.Stroke.prototype, 'getLineDash', ol.style.Stroke.prototype.getLineDash); goog.exportProperty( ol.style.Stroke.prototype, 'getLineDashOffset', ol.style.Stroke.prototype.getLineDashOffset); goog.exportProperty( ol.style.Stroke.prototype, 'getLineJoin', ol.style.Stroke.prototype.getLineJoin); goog.exportProperty( ol.style.Stroke.prototype, 'getMiterLimit', ol.style.Stroke.prototype.getMiterLimit); goog.exportProperty( ol.style.Stroke.prototype, 'getWidth', ol.style.Stroke.prototype.getWidth); goog.exportProperty( ol.style.Stroke.prototype, 'setColor', ol.style.Stroke.prototype.setColor); goog.exportProperty( ol.style.Stroke.prototype, 'setLineCap', ol.style.Stroke.prototype.setLineCap); goog.exportProperty( ol.style.Stroke.prototype, 'setLineDash', ol.style.Stroke.prototype.setLineDash); goog.exportProperty( ol.style.Stroke.prototype, 'setLineDashOffset', ol.style.Stroke.prototype.setLineDashOffset); goog.exportProperty( ol.style.Stroke.prototype, 'setLineJoin', ol.style.Stroke.prototype.setLineJoin); goog.exportProperty( ol.style.Stroke.prototype, 'setMiterLimit', ol.style.Stroke.prototype.setMiterLimit); goog.exportProperty( ol.style.Stroke.prototype, 'setWidth', ol.style.Stroke.prototype.setWidth); goog.exportSymbol( 'ol.style.Style', ol.style.Style); goog.exportProperty( ol.style.Style.prototype, 'clone', ol.style.Style.prototype.clone); goog.exportProperty( ol.style.Style.prototype, 'getRenderer', ol.style.Style.prototype.getRenderer); goog.exportProperty( ol.style.Style.prototype, 'setRenderer', ol.style.Style.prototype.setRenderer); goog.exportProperty( ol.style.Style.prototype, 'getGeometry', ol.style.Style.prototype.getGeometry); goog.exportProperty( ol.style.Style.prototype, 'getGeometryFunction', ol.style.Style.prototype.getGeometryFunction); goog.exportProperty( ol.style.Style.prototype, 'getFill', ol.style.Style.prototype.getFill); goog.exportProperty( ol.style.Style.prototype, 'setFill', ol.style.Style.prototype.setFill); goog.exportProperty( ol.style.Style.prototype, 'getImage', ol.style.Style.prototype.getImage); goog.exportProperty( ol.style.Style.prototype, 'setImage', ol.style.Style.prototype.setImage); goog.exportProperty( ol.style.Style.prototype, 'getStroke', ol.style.Style.prototype.getStroke); goog.exportProperty( ol.style.Style.prototype, 'setStroke', ol.style.Style.prototype.setStroke); goog.exportProperty( ol.style.Style.prototype, 'getText', ol.style.Style.prototype.getText); goog.exportProperty( ol.style.Style.prototype, 'setText', ol.style.Style.prototype.setText); goog.exportProperty( ol.style.Style.prototype, 'getZIndex', ol.style.Style.prototype.getZIndex); goog.exportProperty( ol.style.Style.prototype, 'setGeometry', ol.style.Style.prototype.setGeometry); goog.exportProperty( ol.style.Style.prototype, 'setZIndex', ol.style.Style.prototype.setZIndex); goog.exportSymbol( 'ol.style.Text', ol.style.Text); goog.exportProperty( ol.style.Text.prototype, 'clone', ol.style.Text.prototype.clone); goog.exportProperty( ol.style.Text.prototype, 'getOverflow', ol.style.Text.prototype.getOverflow); goog.exportProperty( ol.style.Text.prototype, 'getFont', ol.style.Text.prototype.getFont); goog.exportProperty( ol.style.Text.prototype, 'getMaxAngle', ol.style.Text.prototype.getMaxAngle); goog.exportProperty( ol.style.Text.prototype, 'getPlacement', ol.style.Text.prototype.getPlacement); goog.exportProperty( ol.style.Text.prototype, 'getOffsetX', ol.style.Text.prototype.getOffsetX); goog.exportProperty( ol.style.Text.prototype, 'getOffsetY', ol.style.Text.prototype.getOffsetY); goog.exportProperty( ol.style.Text.prototype, 'getFill', ol.style.Text.prototype.getFill); goog.exportProperty( ol.style.Text.prototype, 'getRotateWithView', ol.style.Text.prototype.getRotateWithView); goog.exportProperty( ol.style.Text.prototype, 'getRotation', ol.style.Text.prototype.getRotation); goog.exportProperty( ol.style.Text.prototype, 'getScale', ol.style.Text.prototype.getScale); goog.exportProperty( ol.style.Text.prototype, 'getStroke', ol.style.Text.prototype.getStroke); goog.exportProperty( ol.style.Text.prototype, 'getText', ol.style.Text.prototype.getText); goog.exportProperty( ol.style.Text.prototype, 'getTextAlign', ol.style.Text.prototype.getTextAlign); goog.exportProperty( ol.style.Text.prototype, 'getTextBaseline', ol.style.Text.prototype.getTextBaseline); goog.exportProperty( ol.style.Text.prototype, 'getBackgroundFill', ol.style.Text.prototype.getBackgroundFill); goog.exportProperty( ol.style.Text.prototype, 'getBackgroundStroke', ol.style.Text.prototype.getBackgroundStroke); goog.exportProperty( ol.style.Text.prototype, 'getPadding', ol.style.Text.prototype.getPadding); goog.exportProperty( ol.style.Text.prototype, 'setOverflow', ol.style.Text.prototype.setOverflow); goog.exportProperty( ol.style.Text.prototype, 'setFont', ol.style.Text.prototype.setFont); goog.exportProperty( ol.style.Text.prototype, 'setMaxAngle', ol.style.Text.prototype.setMaxAngle); goog.exportProperty( ol.style.Text.prototype, 'setOffsetX', ol.style.Text.prototype.setOffsetX); goog.exportProperty( ol.style.Text.prototype, 'setOffsetY', ol.style.Text.prototype.setOffsetY); goog.exportProperty( ol.style.Text.prototype, 'setPlacement', ol.style.Text.prototype.setPlacement); goog.exportProperty( ol.style.Text.prototype, 'setFill', ol.style.Text.prototype.setFill); goog.exportProperty( ol.style.Text.prototype, 'setRotation', ol.style.Text.prototype.setRotation); goog.exportProperty( ol.style.Text.prototype, 'setScale', ol.style.Text.prototype.setScale); goog.exportProperty( ol.style.Text.prototype, 'setStroke', ol.style.Text.prototype.setStroke); goog.exportProperty( ol.style.Text.prototype, 'setText', ol.style.Text.prototype.setText); goog.exportProperty( ol.style.Text.prototype, 'setTextAlign', ol.style.Text.prototype.setTextAlign); goog.exportProperty( ol.style.Text.prototype, 'setTextBaseline', ol.style.Text.prototype.setTextBaseline); goog.exportProperty( ol.style.Text.prototype, 'setBackgroundFill', ol.style.Text.prototype.setBackgroundFill); goog.exportProperty( ol.style.Text.prototype, 'setBackgroundStroke', ol.style.Text.prototype.setBackgroundStroke); goog.exportProperty( ol.style.Text.prototype, 'setPadding', ol.style.Text.prototype.setPadding); goog.exportSymbol( 'ol.source.BingMaps', ol.source.BingMaps); goog.exportSymbol( 'ol.source.BingMaps.TOS_ATTRIBUTION', ol.source.BingMaps.TOS_ATTRIBUTION); goog.exportProperty( ol.source.BingMaps.prototype, 'getApiKey', ol.source.BingMaps.prototype.getApiKey); goog.exportProperty( ol.source.BingMaps.prototype, 'getImagerySet', ol.source.BingMaps.prototype.getImagerySet); goog.exportSymbol( 'ol.source.CartoDB', ol.source.CartoDB); goog.exportProperty( ol.source.CartoDB.prototype, 'getConfig', ol.source.CartoDB.prototype.getConfig); goog.exportProperty( ol.source.CartoDB.prototype, 'updateConfig', ol.source.CartoDB.prototype.updateConfig); goog.exportProperty( ol.source.CartoDB.prototype, 'setConfig', ol.source.CartoDB.prototype.setConfig); goog.exportSymbol( 'ol.source.Cluster', ol.source.Cluster); goog.exportProperty( ol.source.Cluster.prototype, 'getDistance', ol.source.Cluster.prototype.getDistance); goog.exportProperty( ol.source.Cluster.prototype, 'getSource', ol.source.Cluster.prototype.getSource); goog.exportProperty( ol.source.Cluster.prototype, 'setDistance', ol.source.Cluster.prototype.setDistance); goog.exportSymbol( 'ol.source.Image', ol.source.Image); goog.exportProperty( ol.source.Image.Event.prototype, 'image', ol.source.Image.Event.prototype.image); goog.exportSymbol( 'ol.source.ImageArcGISRest', ol.source.ImageArcGISRest); goog.exportProperty( ol.source.ImageArcGISRest.prototype, 'getParams', ol.source.ImageArcGISRest.prototype.getParams); goog.exportProperty( ol.source.ImageArcGISRest.prototype, 'getImageLoadFunction', ol.source.ImageArcGISRest.prototype.getImageLoadFunction); goog.exportProperty( ol.source.ImageArcGISRest.prototype, 'getUrl', ol.source.ImageArcGISRest.prototype.getUrl); goog.exportProperty( ol.source.ImageArcGISRest.prototype, 'setImageLoadFunction', ol.source.ImageArcGISRest.prototype.setImageLoadFunction); goog.exportProperty( ol.source.ImageArcGISRest.prototype, 'setUrl', ol.source.ImageArcGISRest.prototype.setUrl); goog.exportProperty( ol.source.ImageArcGISRest.prototype, 'updateParams', ol.source.ImageArcGISRest.prototype.updateParams); goog.exportSymbol( 'ol.source.ImageCanvas', ol.source.ImageCanvas); goog.exportSymbol( 'ol.source.ImageMapGuide', ol.source.ImageMapGuide); goog.exportProperty( ol.source.ImageMapGuide.prototype, 'getParams', ol.source.ImageMapGuide.prototype.getParams); goog.exportProperty( ol.source.ImageMapGuide.prototype, 'getImageLoadFunction', ol.source.ImageMapGuide.prototype.getImageLoadFunction); goog.exportProperty( ol.source.ImageMapGuide.prototype, 'updateParams', ol.source.ImageMapGuide.prototype.updateParams); goog.exportProperty( ol.source.ImageMapGuide.prototype, 'setImageLoadFunction', ol.source.ImageMapGuide.prototype.setImageLoadFunction); goog.exportSymbol( 'ol.source.ImageStatic', ol.source.ImageStatic); goog.exportSymbol( 'ol.source.ImageVector', ol.source.ImageVector); goog.exportProperty( ol.source.ImageVector.prototype, 'getSource', ol.source.ImageVector.prototype.getSource); goog.exportProperty( ol.source.ImageVector.prototype, 'getStyle', ol.source.ImageVector.prototype.getStyle); goog.exportProperty( ol.source.ImageVector.prototype, 'getStyleFunction', ol.source.ImageVector.prototype.getStyleFunction); goog.exportProperty( ol.source.ImageVector.prototype, 'setStyle', ol.source.ImageVector.prototype.setStyle); goog.exportSymbol( 'ol.source.ImageWMS', ol.source.ImageWMS); goog.exportProperty( ol.source.ImageWMS.prototype, 'getGetFeatureInfoUrl', ol.source.ImageWMS.prototype.getGetFeatureInfoUrl); goog.exportProperty( ol.source.ImageWMS.prototype, 'getParams', ol.source.ImageWMS.prototype.getParams); goog.exportProperty( ol.source.ImageWMS.prototype, 'getImageLoadFunction', ol.source.ImageWMS.prototype.getImageLoadFunction); goog.exportProperty( ol.source.ImageWMS.prototype, 'getUrl', ol.source.ImageWMS.prototype.getUrl); goog.exportProperty( ol.source.ImageWMS.prototype, 'setImageLoadFunction', ol.source.ImageWMS.prototype.setImageLoadFunction); goog.exportProperty( ol.source.ImageWMS.prototype, 'setUrl', ol.source.ImageWMS.prototype.setUrl); goog.exportProperty( ol.source.ImageWMS.prototype, 'updateParams', ol.source.ImageWMS.prototype.updateParams); goog.exportSymbol( 'ol.source.OSM', ol.source.OSM); goog.exportSymbol( 'ol.source.OSM.ATTRIBUTION', ol.source.OSM.ATTRIBUTION); goog.exportSymbol( 'ol.source.Raster', ol.source.Raster); goog.exportProperty( ol.source.Raster.prototype, 'setOperation', ol.source.Raster.prototype.setOperation); goog.exportProperty( ol.source.Raster.Event.prototype, 'extent', ol.source.Raster.Event.prototype.extent); goog.exp