BasemapStylesServiceInfo class final

Represents the service metadata for the Basemap Styles Service.

The BasemapStylesServiceInfo can be obtained from a loaded BasemapStylesService. The service info provides information for browsing the contents of the service.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stylesInfo List<BasemapStyleInfo>
A list of BasemapStyleInfo objects.
no setter
uri Uri
The URL for the Basemap Styles Service.
no setter
version String
The service's 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