Interface SimpleLocation

An interface that allows simple interaction with the more advanced PidfLo locations

Hierarchy

  • SimpleLocation

Properties

altitude?: number

Altitude as WGS84 compatible decimal number

civic?: CivicAddress

A civic address according to https://tools.ietf.org/html/rfc4119

latitude?: number

Latitude as WGS84 compatible decimal number

longitude?: number

Longitude as WGS84 compatible decimal number

method?: string

The method how the location was obtained by the caller's device

radius?: number

Radius (accuracy) of the given location in meters

timestamp?: Date

The timestamp when the location was initially retreived (e.g. from the GPS sensors)

Generated using TypeDoc