Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SimpleLocation

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

Hierarchy

  • SimpleLocation

Index

Properties

Optional altitude

altitude?: number

Altitude as WGS84 compatible decimal number

Optional civic

civic?: CivicAddress

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

Optional latitude

latitude?: number

Latitude as WGS84 compatible decimal number

Optional longitude

longitude?: number

Longitude as WGS84 compatible decimal number

Optional method

method?: string

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

Optional radius

radius?: number

Radius (accuracy) of the given location in meters

Optional timestamp

timestamp?: Date

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

Generated using TypeDoc