Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBaseCityData

Creating Docs..... If you want information of these fields now, check https://developer.accuweather.com/accuweather-locations-api/apis/get/locations/v1/cities/search

Hierarchy

Index

Properties

Country

Country: { EnglishName: string; ID: string; LocalizedName: string }

Type declaration

  • EnglishName: string
  • ID: string
  • LocalizedName: string

EnglishName

EnglishName: string

GeoPosition

GeoPosition: { Elevation: IMetricAndImperialData; Latitude: number; Longitude: number }

Type declaration

Key

Key: string

LocalizedName

LocalizedName: string

TimeZone

TimeZone: { Code: string; GmtOffset: number; IsDaylightSaving: boolean; Name: string; NextOffsetChange: string }

Type declaration

  • Code: string
  • GmtOffset: number
  • IsDaylightSaving: boolean
  • Name: string
  • NextOffsetChange: string

Generated using TypeDoc