File

src/app/features/location/coordinates.ts

Index

Properties

Properties

accuracy
accuracy: number
Type : number
Optional

optional accuracy (e.g. from GPS location sensor)

lat
lat: number
Type : number
lon
lon: number
Type : number
export interface Coordinates {
  lat: number;
  lon: number;

  /** optional accuracy (e.g. from GPS location sensor) */
  accuracy?: number;
}

results matching ""

    No results matching ""