Udostępnij za pośrednictwem


GpsEvent Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Locations.GpsStatus+EventArgs..ctor, and F:Android.Locations.GpsStatus+IListener.OnGpsStatusChanged members.

public enum GpsEvent
type GpsEvent = 
Inheritance
GpsEvent

Fields

Name Value Description
Started 1

Event sent when the GPS system has started.

Stopped 2

Event sent when the GPS system has stopped.

FirstFix 3

Event sent when the GPS system has received its first fix since starting. Call TimeToFirstFixto find the time from start to first fix.

SatelliteStatus 4

Event sent periodically to report GPS satellite status. Call Satellitesto retrieve the status for each satellite.

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