ConsumerMarkerData

public abstract class ConsumerMarkerData extends Object

Represents a marker.

Public Constructor Summary

Public Method Summary

abstract int
getMarkerType()
Gets the marker type as defined by MarkerType.
abstract LatLng
getPosition()
Gets the position of the marker.
abstract float
getRotation()
Gets the rotation of the marker in degrees clockwise about the marker's anchor point.

Inherited Method Summary

Public Constructors

public ConsumerMarkerData ()

Public Methods

public abstract int getMarkerType ()

Gets the marker type as defined by MarkerType.

public abstract LatLng getPosition ()

Gets the position of the marker.

public abstract float getRotation ()

Gets the rotation of the marker in degrees clockwise about the marker's anchor point.