ArcGIS Runtime SDK for iOS: AGSVectorTileSourceInfo Class Reference
ArcGIS Runtime SDK for iOS  100.9
AGSVectorTileSourceInfo Class Reference

Description

Metadata about a source of vector tiles.

Instances of this class contain metadata about the source of vector tiles

Since
100
Inheritance diagram for AGSVectorTileSourceInfo:
AGSObject

Properties

AGSVectorTileStyledefaultStyle
 
NSURL * defaultStyleURL
 
BOOL exportTilesAllowed
 
AGSEnvelopefullExtent
 
AGSEnvelopeinitialExtent
 
NSArray< AGSLevelOfDetail * > * levelsOfDetail
 
NSInteger maxExportTilesCount
 
double maxScale
 
double minScale
 
NSString * name
 
AGSPointorigin
 
AGSSpatialReferencespatialReference
 
NSURL * URL
 
NSString * version
 

Property Documentation

§ defaultStyle

- (AGSVectorTileStyle*) defaultStyle
readnonatomicstrong

Default style used by the source

Since
100

§ defaultStyleURL

- (NSURL*) defaultStyleURL
readnonatomicstrong

URL to the default stylesheet used by the source

Since
100

§ exportTilesAllowed

- (BOOL) exportTilesAllowed
readnonatomicassign

Whether the source allows tiles to be exported out into a Vector Tile Package (.VTPK file)

Since
100

§ fullExtent

- (AGSEnvelope*) fullExtent
readnonatomicstrong

Entire geographic area covered by the source

Since
100

§ initialExtent

- (AGSEnvelope*) initialExtent
readnonatomicstrong

Initial geographic area covered by the source

Since
100

§ levelsOfDetail

- (NSArray<AGSLevelOfDetail*>*) levelsOfDetail
readnonatomiccopy

Array of AGSLevelOfDetail objects representing the scale levels (Levels of Detail) in the tiling scheme.

Since
100.1

§ maxExportTilesCount

- (NSInteger) maxExportTilesCount
readnonatomicassign

The maximum number of tiles that can be exported from the service.

Since
100.3

§ maxScale

- (double) maxScale
readnonatomicassign

The maximum map scale at which the source is visible. If the map is zoomed in beyond this scale, the tiles will not be visible.

Since
100

§ minScale

- (double) minScale
readnonatomicassign

The minimum map scale at which the source is visible. If the map is zoomed out beyond this scale, the tiles will not be visible.

Since
100

§ name

- (NSString*) name
readnonatomiccopy

Name of the source

Since
100

§ origin

- (AGSPoint*) origin
readnonatomicstrong

The source's tiling scheme origin which specifies the geographic location of Row 0 and Column 0.

Since
100

§ spatialReference

- (AGSSpatialReference*) spatialReference
readnonatomicstrong

The spatial reference of the tiling scheme.

Since
100

§ URL

- (NSURL*) URL
readnonatomicstrong

URL to an ArcGIS Vector Tile service or stylesheet.

Since
100

§ version

- (NSString*) version
readnonatomiccopy

Version number of the source

Since
100