ArcGIS Runtime SDK for iOS: AGSVectorTileStyle Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSVectorTileStyle Class Reference

Description

Style information for a source of vector tiles.

Instances of this class represent style information of a source of vector tiles.

Since
100
Inheritance diagram for AGSVectorTileStyle:
AGSObject

Properties

NSURL * sourceURL
 
NSString * version
 

Property Documentation

◆ sourceURL

- (NSURL*) sourceURL
readnonatomicstrong

URL to a stylesheet for an ArcGIS vector tile service.

Since
100

◆ version

- (NSString*) version
readnonatomiccopy

Version of the stylesheet.

Since
100