|
ArcGIS Runtime SDK for iOS
100.15
|
Metadata about a source of vector tiles.
Instances of this class contain metadata about the source of vector tiles.
Properties | |
| AGSVectorTileStyle * | defaultStyle |
| NSURL * | defaultStyleURL |
| BOOL | exportTilesAllowed |
| AGSEnvelope * | fullExtent |
| AGSEnvelope * | initialExtent |
| NSArray< AGSLevelOfDetail * > * | levelsOfDetail |
| NSInteger | maxExportTilesCount |
| double | maxScale |
| double | minScale |
| NSString * | name |
| AGSPoint * | origin |
| AGSSpatialReference * | spatialReference |
| NSURL * | URL |
| NSString * | version |
|
readnonatomicstrong |
Default style used by the source.
|
readnonatomicstrong |
URL to the default stylesheet used by the source.
|
readnonatomicassign |
Whether the source allows tiles to be exported out into a vector tile package (.vtpk file).
|
readnonatomicstrong |
Entire geographic area covered by the source.
|
readnonatomicstrong |
Initial geographic area covered by the source.
|
readnonatomiccopy |
Array of AGSLevelOfDetail objects representing the scale levels (levels of detail) in the tiling scheme.
|
readnonatomicassign |
The maximum number of tiles that can be exported from the service.
|
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.
|
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.
|
readnonatomiccopy |
Name of the source.
|
readnonatomicstrong |
The source's tiling scheme origin which specifies the geographic location of row 0 and column 0.
|
readnonatomicstrong |
The spatial reference of the tiling scheme.
|
readnonatomicstrong |
URL to an ArcGIS vector tile service or stylesheet.
|
readnonatomiccopy |
Version number of the source.