dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Interfaces

IAPIKeyMixin Interface

Interface for types CatalogLayer, FeatureLayer, SceneLayer, TileLayer

public interface IAPIKeyMixin :
dymaptic.GeoBlazor.Core.Interfaces.IMapComponent

Derived
FeatureLayer
TileLayer

Implements IMapComponent

Properties

IAPIKeyMixin.ApiKey Property

An authorization string used to access a resource or service.
ArcGIS Maps SDK for JavaScript

string? ApiKey { get; set; }

Property Value

System.String

Methods

IAPIKeyMixin.GetApiKey() Method

Asynchronously retrieve the current value of the ApiKey property.

System.Threading.Tasks.Task<string?> GetApiKey();

Returns

System.Threading.Tasks.Task<System.String>

IAPIKeyMixin.SetApiKey(string) Method

Asynchronously set the value of the ApiKey property after render.

System.Threading.Tasks.Task SetApiKey(string? value);

Parameters

value System.String

Returns

System.Threading.Tasks.Task