geospatialProviders @beta
geospatialProviders: { elevationProvider?: ElevationProvider, geoidProvider?: GeoidProvider, locationProvider?: LocationProvider } | undefined
Geospatial service providers for elevation, geoid, and geocoding. If not supplied, deprecated Bing-backed defaults are used for backward compatibility.
@note If you have not yet migrated to custom providers, continue supplying the deprecated BingMaps key as an interim measure. To fully remove the Bing dependency, supply custom implementations here.
Defined in
- core/frontend/src/IModelApp.ts Line 104
Last Updated: 23 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.