From 3049b56db1886b95911478081dc46c35224a2e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 22 Aug 2014 10:03:49 +0200 Subject: [PATCH] Add @api stable annotations for olx.source.BingMapsOptions --- externs/olx.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index dfa70d816f..f7933d1d0f 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -3000,7 +3000,7 @@ olx.FeatureOverlayOptions.prototype.style; * key: string, * imagerySet: string, * tileLoadFunction: (ol.TileLoadFunctionType|undefined)}} - * @api stable + * @api */ olx.source.BingMapsOptions; @@ -3008,7 +3008,7 @@ olx.source.BingMapsOptions; /** * Culture code. Default is `en-us`. * @type {string|undefined} - * @api + * @api stable */ olx.source.BingMapsOptions.prototype.culture; @@ -3016,7 +3016,7 @@ olx.source.BingMapsOptions.prototype.culture; /** * Bing Maps API key. Get yours at http://bingmapsportal.com/. * @type {string} - * @api + * @api stable */ olx.source.BingMapsOptions.prototype.key; @@ -3024,7 +3024,7 @@ olx.source.BingMapsOptions.prototype.key; /** * Type of imagery. * @type {string} - * @api + * @api stable */ olx.source.BingMapsOptions.prototype.imagerySet;