VectorTileSourceInfo class final
The metadata for a vector tile source.
A vector tile source can be provided by online vector tile service, a vector tile style sheet, or a local vector tile cache. VectorTileSourceInfo provides basic information about the vector tile source such as the name, URI, extent and visible scale. You can obtain the VectorTileSourceInfo from an ArcGISVectorTiledLayer or a VectorTileCache.
- Implemented types
Properties
- defaultStyle → VectorTileStyle?
-
The default style object.
no setter
- defaultStyleUri → Uri
-
The current the default style URI.
no setter
- exportTilesAllowed → bool
-
True if this source supports exporting tiles, false otherwise.
no setter
- fullExtent → Envelope?
-
The full extent of the source data.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialExtent → Envelope?
-
The initial extent of the source data.
no setter
-
levelsOfDetail
→ List<
LevelOfDetail> -
The levels of detail of the source data.
no setter
- maxExportTilesCount → int
-
The maximum number of tiles that can be exported from the service.
no setter
- maxScale → double
-
The maximum scale.
no setter
- minScale → double
-
The minimum scale.
no setter
- name → String
-
The source name.
no setter
- origin → ArcGISPoint?
-
The origin of the source data.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spatialReference → SpatialReference?
-
The spatial reference of the source data.
no setter
- uri → Uri
-
The vector tile source URI.
no setter
- version → String
-
The source version.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited