ArcGISElevationProvider

Namespace: Esri::GameEngine::Elevation
Class: Esri/GameEngine/Elevation/ArcGISElevationProvider
Since: 1.6.0

Summary

Manages the registration of positions that will get elevation updates.

Methods

SignatureReturn TypeSummary

RegisterMonitor(const ArcGISElevationMonitor&)

void

Registers a position to start receiving elevation updates.

UnregisterMonitor(const ArcGISElevationMonitor&)

void

Unregisters a position to stop receiving elevation updates.

RegisterMonitor

void RegisterMonitor(const ArcGISElevationMonitor& elevationMonitor)

Registers a position to start receiving elevation updates.

Since 1.6.0

Arguments
NameTypeConstSummary
elevationMonitor
Yes

The position to register.

Returns void

UnregisterMonitor

void UnregisterMonitor(const ArcGISElevationMonitor& elevationMonitor)

Unregisters a position to stop receiving elevation updates.

Since 1.6.0

Arguments
NameTypeConstSummary
elevationMonitor
Yes

The position to unregister.

Returns void

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close