ApiKeyResource QML Type
Base type for types that support getting and setting the API key of an object. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.10 |
- List of all members, including inherited members
- ApiKeyResource is part of QML Type List.
Properties
- apiKey : string
Detailed Description
This interface gets and sets the API key generated from the ArcGIS Developers website. website on objects where required.
Types that implement ApiKeyResource
A layer that displays 3D features from a scene service | |
Displays data from a ArcGIS Map service, by using pre-generated tiles | |
Displays data from an ArcGIS vector tiled data source | |
A basemap is a non-editable layer that provides background, or reference information, in your map or scene | |
A task to find a closest facility route between facilities and incidents | |
A task used to export a tile cache (.tpk or .tpkx) | |
A task used to export vector tiles and their style resources | |
A task to download and sync a sync-enabled mobile geodatabase | |
A task for Geocoding and Reverse Geocoding that supports both online and offline capabilities | |
A task to find a Route between two or more locations | |
A task to compute areas that can be serviced (reached) from a given location | |
A feature table created from the URL to an ArcGIS feature service |
Property Documentation
apiKey : string |
Returns the API key to access API key enabled services and resources in ArcGIS Online.
An API key is a unique key used to authorize access to specific services and resources in ArcGIS Online. It is also used to monitor access to those services. An API key is created and managed in the ArcGIS developer dashboard and is tied to a specific ArcGIS account.
An API key is a unique key used to authorize access to specific services and resources in ArcGIS Online. It is also used to monitor access to those services. An API key is created and managed in the ArcGIS developer dashboard and is tied to a specific ArcGIS account.
In addition to setting an ArcGISRuntimeEnvironment::apiKey at a global level for your application, you can set it on any class that implements ApiKeyResource. This overrides the ArcGISRuntimeEnvironment::apiKey and enables more granular usage telemetry and management of ArcGIS location resources used by your app.
Classes that expose an API key property by implementing ApiKeyResource include: