Page Summary
-
ConsumerMarkerListDatarepresents a group of markers on a map. -
It provides methods to get the type of markers and their positions.
-
Marker types are defined by the
MarkerTypeclass and positions are represented byTerminalLocationobjects. -
This class is used in the context of journey sharing and on-demand services within the Maps Platform.
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.