ConsumerMarkerListData

  • ConsumerMarkerListData represents 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 MarkerType class and positions are represented by TerminalLocation objects.

  • This class is used in the context of journey sharing and on-demand services within the Maps Platform.

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.