Skip to content

ArcGISVectorTileLayer

Namespace: Esri::GameEngine::Layers
Class: Esri/GameEngine/Layers/ArcGISVectorTileLayer
Since: 1.1.0
Inheritance: ArcGISLayer->ArcGISVectorTileLayer

Summary

Public class that will contain a vector tile layer.

Constructors

ArcGISVectorTileLayer(const FString&, const FString&)

Creates a new layer.

Since 1.1.0

Arguments
NameTypeConstSummary
sourceFStringYes

Layer source.

APIKeyFStringYes

API key used to load data.

ArcGISVectorTileLayer(const FString&, const FString&, float, bool, const FString&)

Creates a new layer.

Since 1.1.0

Arguments
NameTypeConstSummary
sourceFStringYes

Layer source.

nameFStringYes

Layer name.

opacityfloatNo

Layer opacity.

visibleboolNo

Layer visible or not.

APIKeyFStringYes

API key used to load data.

Properties

PropertyTypeNullableReadonlySummary
SourceInfosArcGISImmutableCollection<ArcGISVectorTileSourceInfo>NoYes

An immutable collection of ArcGISVectorTileSourceInfo.

StyleArcGISVectorTileStyleYesYes

The vector tile style info.

SourceInfos

ArcGISImmutableCollection<ArcGISVectorTileSourceInfo> GetSourceInfos() const

An immutable collection of ArcGISVectorTileSourceInfo.

Style

ArcGISVectorTileStyle GetStyle() const

The vector tile style info.

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