BingLocationProvider Class
Deprecated in 5.11.0. Provide a LocationProvider implementation via geospatialProviders.
Provides an interface to the Bing Maps location services. Use of this service requires an API key to be supplied via BingMaps in the mapLayerOptions passed to startup.
@note This class structurally satisfies LocationProvider but does not use an explicit implements clause
because api-extractor forbids @public classes from referencing @beta interfaces (ae-incompatible-release-tags).
Methods
| Name | Description | |
|---|---|---|
| constructor(): BingLocationProvider | ||
| getLocation(query: string): Promise<GlobalLocation | undefined> | Return the location of a query (or undefined if not found). |
Defined in
Last Updated: 23 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.