uri property

Uri? uri

The URL to the endpoint of an ArcGIS map service or the path to a local tile package (.tpk/.tpkx) file.

The URI is available after the layer has successfully loaded.

Implementation

Uri? get uri => _uri.value;