import { CityService } from "https://deno.land/x/cities@v1.2.0/mod.ts";
Static Methods
getCitiesByCountryCode(): ICityInfo[]
countryCode: string,
minimumPopulation?: number,
maximumPopulation?: number,
getCitiesByPopulation(minimumPopulation: number, maximumPopulation?: number): ICityInfo[]
getCityInfo(countryCode: string, cityName: string): ICityInfo
getClosestCity(): ICityInfo
latitude: number,
longitude: number,
minimumPopulation?: number,
maximumPopulation?: number,