Skip to content

Commit

Permalink
bing: deprecated notice
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Dec 15, 2024
1 parent 09f6a4e commit ce88eab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/geocoders/bing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ export interface BingOptions extends GeocoderOptions {}

/**
* Implementation of the [Bing Locations API](https://docs.microsoft.com/en-us/bingmaps/rest-services/locations/)
*
* Bing Maps for Enterprise is deprecated and will be retired.
* Free (Basic) account customers can continue to use Bing Maps for Enterprise services until June 30th, 2025.
* Enterprise account customers can continue to use Bing Maps for Enterprise services until June 30th, 2028.
*/
export class Bing implements IGeocoder {
options: BingOptions = {
Expand Down

0 comments on commit ce88eab

Please sign in to comment.