diff --git a/src/geocoders/bing.ts b/src/geocoders/bing.ts index d037d72..0d13c31 100644 --- a/src/geocoders/bing.ts +++ b/src/geocoders/bing.ts @@ -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 = {