template <>

class NaturalClientImpl

Defined at line 307 of file fidling/gen/sdk/fidl/fuchsia.location.gnss/fuchsia.location.gnss/cpp/fidl/fuchsia.location.gnss/cpp/natural_messaging.h

Public Methods

::fidl::internal::NaturalThenable< ::fuchsia_location_gnss::Provider::GetSingleShotFix> GetSingleShotFix (const ::fidl::Request< ::fuchsia_location_gnss::Provider::GetSingleShotFix> & request)

Get a single shot time-limited position fix with a

specified accuracy.

## Errors

Returns `GNSS_DISABLED` if GNSS is disabled.

Returns `MISSING_PARAMETERS` if all required fix parameters

are not provided in the request.

Returns `NOT_SUPPORTED` if this feature is not supported.

Returns `INTERNAL_ERROR` in case of any other unspecified issue.

::fidl::internal::NaturalThenable< ::fuchsia_location_gnss::Provider::StartTimeBasedLocationTracking> StartTimeBasedLocationTracking (::fidl::Request< ::fuchsia_location_gnss::Provider::StartTimeBasedLocationTracking> request)

Start a location tracking session.

## Errors

Returns `GNSS_DISABLED` if GNSS is disabled.

Returns `MISSING_PARAMETERS` if all required fix parameters

are not provided in the request.

Returns `NOT_SUPPORTED` if this feature is not supported.

Returns `INTERNAL_ERROR` in case of any unspecified issue.

::fidl::internal::NaturalThenable< ::fuchsia_location_gnss::Provider::GetCapabilities> GetCapabilities ()

Get the system's supported GNSS capabilities.

The system's supported capabilities are built from the platform capabilities

and the available GNSS devices.