fake-geolocation
    Preparing search index...

    Type Alias LocationServicesSubscriber

    LocationServicesSubscriber: (isHighAccuracy: boolean) => void

    A function that is called when the location services coordinates change.

    The function will be called separately for high accuracy and low accuracy coordinates. The actual coordinates are not supplied to the function. To read the new coordinates, use LocationServices.acquireCoordinates.

    Type declaration

      • (isHighAccuracy: boolean): void
      • Parameters

        • isHighAccuracy: boolean

          Whether the coordinates are high accuracy.

        Returns void