Add BingMaps exports
This commit is contained in:
@@ -124,6 +124,16 @@
|
|||||||
@exportProperty ol.overlay.Overlay.prototype.setMap
|
@exportProperty ol.overlay.Overlay.prototype.setMap
|
||||||
|
|
||||||
@exportSymbol ol.source.BingMaps
|
@exportSymbol ol.source.BingMaps
|
||||||
|
@exportSymbol ol.BingMapsStyle
|
||||||
|
@exportProperty ol.BingMapsStyle.AERIAL
|
||||||
|
@exportProperty ol.BingMapsStyle.AERIAL_WITH_LABELS
|
||||||
|
@exportProperty ol.BingMapsStyle.ROAD
|
||||||
|
@exportProperty ol.BingMapsStyle.ORDNANCE_SURVEY
|
||||||
|
@exportProperty ol.BingMapsStyle.COLLINS_BART
|
||||||
|
@exportObjectLiteral ol.source.BingMapsOptions
|
||||||
|
@exportObjectLiteralProperty ol.source.BingMapsOptions.culture string|undefined
|
||||||
|
@exportObjectLiteralProperty ol.source.BingMapsOptions.key string
|
||||||
|
@exportObjectLiteralProperty ol.source.BingMapsOptions.style ol.BingMapsStyle
|
||||||
|
|
||||||
@exportSymbol ol.source.MapQuestOSM
|
@exportSymbol ol.source.MapQuestOSM
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
goog.provide('ol.source.BingMaps');
|
goog.provide('ol.source.BingMaps');
|
||||||
|
goog.provide('ol.BingMapsStyle');
|
||||||
|
|
||||||
goog.require('goog.Uri');
|
goog.require('goog.Uri');
|
||||||
goog.require('goog.events');
|
goog.require('goog.events');
|
||||||
@@ -21,15 +22,6 @@ ol.BingMapsStyle = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @typedef {{culture: (string|undefined),
|
|
||||||
* key: string,
|
|
||||||
* style: ol.BingMapsStyle}}
|
|
||||||
*/
|
|
||||||
ol.source.BingMapsOptions;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.source.TileSource}
|
* @extends {ol.source.TileSource}
|
||||||
|
|||||||
Reference in New Issue
Block a user