public static final enum

SteerpathMap.BlueDotMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.steerpath.sdk.maps.SteerpathMap.BlueDotMode

Class Overview

List of different blue dot behavior modes.

Summary

Enum Values
SteerpathMap.BlueDotMode  HEADING  Blue dot is rendered as pulsing circle plus it also has a cone of vision. 
SteerpathMap.BlueDotMode  NORMAL  Blue dot is rendered as pulsing circle. 
Public Methods
static SteerpathMap.BlueDotMode valueOf(String name)
final static BlueDotMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SteerpathMap.BlueDotMode HEADING

Blue dot is rendered as pulsing circle plus it also has a cone of vision.

public static final SteerpathMap.BlueDotMode NORMAL

Blue dot is rendered as pulsing circle.

Public Methods

public static SteerpathMap.BlueDotMode valueOf (String name)

public static final BlueDotMode[] values ()