Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

tylergannon/kotlin-city-search

Repository files navigation

City Search

Data and functions for a searchable list of 42,905 cities worldwide, with Lat/Lng and TimeZone.

val search: SearchProvider = DefaultSearchProvider()
val results: CitySearchResult = search("Santa Rosa, Ca").first()
println(results.name)

//  > Santa Rosa

Installation

About

A list of cities in the world with geographic coordinates and timezone

Resources

Stars

Watchers

Forks

Packages