apps/live-weather/src/app/shared/models/IPlace.ts
Interface for classes that uses city
Properties |
coord |
coord:
|
Type : ICoordinate
|
Coordinates of the city |
country |
country:
|
Type : string
|
Country in which city resides |
id |
id:
|
Type : number
|
Identifier for the city |
isFavorite |
isFavorite:
|
Type : boolean
|
Gets current favorite state of location |
name |
name:
|
Type : string
|
Name of the city |
photoUrl |
photoUrl:
|
Type : string
|
points of locations photo |
state |
state:
|
Type : string
|
State in which city resides |