arcGISMapServiceInfo property

ArcGISMapServiceInfo? arcGISMapServiceInfo

The task's ArcGISMapServiceInfo

If created with a URL, this property will be populated after the task has been loaded. Before then, null will be returned.

In the case of Esri provided image basemaps or elevation sources, the meta-data will be for the export-enabled version of the service.

Implementation

ArcGISMapServiceInfo? get arcGISMapServiceInfo => _arcGISMapServiceInfo.value;