# IGlobalLocation

# Code

export interface IGlobalLocation {
  lat: number,
  lon: number,
  elevation?: number
}