Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace City

Index

Functions

  • getAllCities(): ICity[]
  • getAllCitiesByCountry(countryCode: string): ICity[]
  • get all cities of state by country code

    Parameters

    • countryCode: string

    Returns ICity[]

    {ICity[]}

  • getAllCitiesOfState(stateCode: string, countryCode: string): ICity[]
  • get all cities of state by state code & country code

    Parameters

    • stateCode: string
    • countryCode: string

    Returns ICity[]

    {ICity[]}

Generated using TypeDoc