thumbnail property
The thumbnail to be used for the offline map.
Implementation
ArcGISImage? get thumbnail => _thumbnail.value;
Implementation
set thumbnail(ArcGISImage? value) => _thumbnail.value = value;
The thumbnail to be used for the offline map.
ArcGISImage? get thumbnail => _thumbnail.value;
set thumbnail(ArcGISImage? value) => _thumbnail.value = value;