Język

GnssNavigationCallbackStatus Enum

Definition

public enum GnssNavigationCallbackStatus
type GnssNavigationCallbackStatus = 
Inheritance
GnssNavigationCallbackStatus

Fields

Name Value Description
NotSupported 0

This constant was deprecated in API level 31. Do not use.

The system does not support tracking of GNSS Navigation Messages. This status will not change in the future.

Android reference for android.location.GnssNavigationMessage.Callback.STATUS_NOT_SUPPORTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Ready 1

This constant was deprecated in API level 31. Do not use.

GNSS Navigation Messages are successfully being tracked, it will receive updates once they are available.

Android reference for android.location.GnssNavigationMessage.Callback.STATUS_READY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

LocationDisabled 2

This constant was deprecated in API level 31. Do not use.

GNSS provider or Location is disabled, updated will not be received until they are enabled.

Android reference for android.location.GnssNavigationMessage.Callback.STATUS_LOCATION_DISABLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to