ConsumerMarkerListData

public abstract class ConsumerMarkerListData extends Object

Represents a group of markers.

Public Constructor Summary

Public Method Summary

abstract int
getMarkerType()
Gets the marker type as defined by MarkerType.
abstract ImmutableSet<TerminalLocation>
getPositions()
Gets the positions of the markers.

Inherited Method Summary

Public Constructors

public ConsumerMarkerListData ()

Public Methods

public abstract int getMarkerType ()

Gets the marker type as defined by MarkerType.

public abstract ImmutableSet<TerminalLocation> getPositions ()

Gets the positions of the markers.