File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,7 @@ function toBbox(boundingbox) {
4545 * Bing Maps for Enterprise is deprecated and will be retired. Free (Basic)
4646 * account customers can continue to use Bing Maps for Enterprise services until
4747 * June 30th, 2025. Enterprise account customers can continue to use Bing Maps
48- * for Enterprise services until June 30th, 2028. To avoid service disruptions,
49- * all implementations using Bing Maps for Enterprise REST APIs and SDKs will
50- * need to be updated to use Azure Maps by the retirement date that applies to
51- * your Bing Maps for Enterprise account type.
48+ * for Enterprise services until June 30th, 2028.
5249 */
5350class BingMapsGeocoder extends abstract . AbstractGeocoder {
5451 /**
Original file line number Diff line number Diff line change @@ -37,6 +37,13 @@ function toBbox(boundingbox) {
3737 * @property {string } [language]
3838 */
3939
40+ /**
41+ * @deprecated
42+ * Bing Maps for Enterprise is deprecated and will be retired. Free (Basic)
43+ * account customers can continue to use Bing Maps for Enterprise services until
44+ * June 30th, 2025. Enterprise account customers can continue to use Bing Maps
45+ * for Enterprise services until June 30th, 2028.
46+ */
4047export class BingMapsGeocoder extends AbstractGeocoder {
4148 /**
4249 * available options
Original file line number Diff line number Diff line change 1313 * @property {number } [limit]
1414 * @property {string } [language]
1515 */
16+ /**
17+ * @deprecated
18+ * Bing Maps for Enterprise is deprecated and will be retired. Free (Basic)
19+ * account customers can continue to use Bing Maps for Enterprise services until
20+ * June 30th, 2025. Enterprise account customers can continue to use Bing Maps
21+ * for Enterprise services until June 30th, 2028.
22+ */
1623export class BingMapsGeocoder extends AbstractGeocoder {
1724 /**
1825 * available options
You can’t perform that action at this time.
0 commit comments