File

apps/live-weather/src/app/shared/models/ICoordinate.ts

Description

Interface for classes that implements geological coordinates

Index

Properties

Properties

lat
lat: string
Type : string

Latitude of the place

lon
lon: string
Type : string

Longitude of the place

export interface ICoordinate {
  /**
   * Longitude of the place
   */
  lon: string;
  /**
   * Latitude of the place
   */
  lat: string;
}

result-matching ""

    No results matching ""