TWSMapItem Class Reference

Inherits from NSObject
Declared in TWSMapItem.h

Overview

An item contained within a map.

– getKey

Obtain the key of this map item.

- (nonnull NSString *)getKey

Return Value

NSString specifying the key.

Discussion

Obtain the key of this map item.

Declared In

TWSMapItem.h

– getData

Obtain a snapshot of the map item’s current data.

- (nonnull TWSData *)getData

Return Value

NSDictionary containing the data.

Discussion

Obtain a snapshot of the map item’s current data.

Declared In

TWSMapItem.h