Class GPSStatusService
Partial class that includes the custom Android implementation of the GPS status service.
Inherited Members
Namespace: DigiIoTDigiIoT.MauiDigiIoT.Maui.ServicesGPS
Assembly: DigiIoT.Maui.dll
Syntax
public class GPSStatusService
Methods
IsGPSEnabled()
Returns whether the GPS is enabled or not.
Declaration
public static bool IsGPSEnabled()
Returns
| Type | Description |
|---|---|
| bool |
|