Interface AGSStoreFromURLOptions

Specifies an AGSStore constructed from a URL.

Hierarchy

Properties

apiKey?: string

An API key (or token) required to access the service. This parameter is not supported when legacyImplementation is true.

See also https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#apiKey

id: string

The id of the new store.

legacyImplementation?: boolean

Set this value to true to use the deprecated old MapServerLayerStore implementation instead of the new LayerStore.

url: string

A service url, for services that are not in the map.

Generated using TypeDoc