mapObjects property

List<MapObject> mapObjects
final

List of MapObject in this collection.

All mapObjects must be unique, i.e. each MapObject.mapId must be unique

Implementation

final List<MapObject> mapObjects;