OfflineMapItemInfo class final

Contains properties to override the offline maps item properties.

Implemented types

Constructors

OfflineMapItemInfo()
Creates an offline map item info object.
factory

Properties

accessInformation String
The access information for the offline map.
getter/setter pair
description String
The description text of the offline map.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snippet String
The snippet text of the offline map.
getter/setter pair
tags List<String>
The user defined tags that describe the offline map.
no setter
termsOfUse String
The terms of use of the item.
getter/setter pair
thumbnail ArcGISImage?
The thumbnail to be used for the offline map.
getter/setter pair
title String
The title for the offline map's item.
getter/setter pair

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