public static final enum

TelemetryConfig.LocationLevel

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.steerpath.sdk.telemetry.TelemetryConfig.LocationLevel

Class Overview

Levels of location data that is collected.

Summary

Enum Values
TelemetryConfig.LocationLevel  ALL  Collect location from indoor and GPS  
TelemetryConfig.LocationLevel  INDOOR  Collect indoor locations only  
TelemetryConfig.LocationLevel  NONE  Don't collect any location telemetry  
Public Methods
static TelemetryConfig.LocationLevel valueOf(String name)
final static LocationLevel[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final TelemetryConfig.LocationLevel ALL

Collect location from indoor and GPS

public static final TelemetryConfig.LocationLevel INDOOR

Collect indoor locations only

public static final TelemetryConfig.LocationLevel NONE

Don't collect any location telemetry

Public Methods

public static TelemetryConfig.LocationLevel valueOf (String name)

public static final LocationLevel[] values ()