Enum Purpose

Package world.mappable.mapkit.location

java.lang.Object
    ↳ java.lang.Enum
        ↳ world.mappable.mapkit.location.Purpose

final enum Purpose

Enum Constant Summary

Enum Constants

Description

GENERAL

This mode uses less resources and is the default.

AUTOMOTIVE_NAVIGATION

This mode is used to configure LocationManager for automotive navigation.

PEDESTRIAN_NAVIGATION

This mode is used to configure LocationManager for pedestrian navigation.

BICYCLE_NAVIGATION

This mode is used to configure LocationManager for bicycle navigation.

SCOOTER_NAVIGATION

This mode is used to configure LocationManager for scooter navigation.

STATIC_DISPLAY_LOCATION

This mode is used to configure LocationManager for show current user location.

Summary

Methods

Type and modifiers

Method and Description

static Purpose[]

values()

static Purpose

valueOf(java.lang.String name)

Enum Constants Detail

GENERAL

static final

Purpose

GENERAL

This mode uses less resources and is the default.


AUTOMOTIVE_NAVIGATION

static final

Purpose

AUTOMOTIVE_NAVIGATION

This mode is used to configure LocationManager for automotive navigation.

Frequent location updates are desired even though more resources are used.


PEDESTRIAN_NAVIGATION

static final

Purpose

PEDESTRIAN_NAVIGATION

This mode is used to configure LocationManager for pedestrian navigation.

Frequent location updates are desired even though more resources are used.


BICYCLE_NAVIGATION

static final

Purpose

BICYCLE_NAVIGATION

This mode is used to configure LocationManager for bicycle navigation.

Frequent location updates are desired even though more resources are used.


SCOOTER_NAVIGATION

static final

Purpose

SCOOTER_NAVIGATION

This mode is used to configure LocationManager for scooter navigation.

Frequent location updates are desired even though more resources are used.


STATIC_DISPLAY_LOCATION

static final

Purpose

STATIC_DISPLAY_LOCATION

This mode is used to configure LocationManager for show current user location.

This mode uses less resources and as the default value, but this value turns on location reporting.


Methods

values

Purpose[] values()


valueOf

Purpose valueOf(java.lang.String name)