Interface Location

Name

Location

Description

Represents a location with various attributes including position, accuracy, and bearing.

Hierarchy

  • Location

Properties

accuracy?: number

Optional. The accuracy of the location information in meters.

bearing?: {
    degrees: number;
    degreesClockwise: number;
}

Optional. Bearing information including degrees and degreesClockwise.

Type declaration

  • degrees: number
  • degreesClockwise: number
hasBearing?: boolean

Optional. Indicates if bearing information is available.

position?: Position

Optional. The position information of the location.

The status of the location update.

Generated using TypeDoc