Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CitiesGetter

Hierarchy

Index

Properties

Protected fetchState

fetchState: number = 0

Static Private Readonly GET_CITIES_KEY

GET_CITIES_KEY: "WEATHER_LIST_CITIES" = "WEATHER_LIST_CITIES"

Methods

getCitiesInternal

  • getCitiesInternal(province: Province, callback?: (defaults: string[]) => any, error?: (err: Error) => any): void
  • Parameters

    • province: Province
    • Optional callback: (defaults: string[]) => any
        • (defaults: string[]): any
        • Parameters

          • defaults: string[]

          Returns any

    • Optional error: (err: Error) => any
        • Parameters

          Returns any

    Returns void