TWSMapItem Class Reference

Inherits from NSObject
Declared in TWSMapItem.h

Overview

An item contained within a map.

  key

The key of this map item.

@property (readonly, nonnull) NSString *key

Discussion

The key of this map item.

Declared In

TWSMapItem.h

  data

The snapshot of the map item’s current data.

@property (readonly, nonnull) TWSData *data

Discussion

The snapshot of the map item’s current data.

Declared In

TWSMapItem.h

  dateUpdated

The date this map item was last updated.

@property (readonly, nullable) NSDate *dateUpdated

Discussion

The date this map item was last updated.

Declared In

TWSMapItem.h