This commit is contained in:
2025-02-06 06:26:44 +03:00
parent 5bbb99c3f9
commit 5ad2062e5c
55 changed files with 516 additions and 590 deletions

View File

@@ -10,12 +10,10 @@ println('Location database initialized')
// This only needs to be done once or when updating data
println('Downloading and importing location data (this may take a few minutes)...')
//the arg is if we redownload
// the arg is if we redownload
loc.download_and_import(false) or { panic(err) }
println('Data import complete')
// // Example 1: Search for a city
// println('\nSearching for London...')
// results := loc.search('London', 'GB', 5, true) or { panic(err) }