Questions tagged [city]
171 questions
6
votes
4 answers
What is the best way to deal with address inputs that can be from multiple countries?
Most of my websites in the past have been rather limited to the United States when it came to displaying addresses. On a project I'm working on right now, however, users can add events from all over the world. My problem is how to go about dealing…

Andrew.S
- 169
- 12
6
votes
3 answers
how to get city name via CLlocationManager using latitude and longitude in IOS?
I am trying to get address via CLLocationManager using latitude and longitude but it only returns state and country name, I want city also, I am attaching my code can anybody tell me that how can I alter my code to get city name also.Below is my…

vijay
- 1,235
- 1
- 11
- 32
6
votes
2 answers
api retrieve points of interest nearby city
I am looking for a API/web service for me to retrieve a list of landmarks, points of interest (and their GPS coordinates) near a given city. I tried google places including the query Place Search and type point_of_interest, but the results do not…

Arnaud Ncy
- 492
- 2
- 5
- 19
5
votes
2 answers
US city, state and zip in XML, JSON or comma delimited?
I'm looking for any kind of flat file that contains every US city, state and zip code. I've searched high and low and can only find databases - which I'm fine using to create the flat file - but I thought I'd check here first.
If nobody else has a…

S16
- 2,963
- 9
- 40
- 64
5
votes
3 answers
Normalising/Validating user's 'City' input during registration
My problem concerns validating/normalising a user's input for the combination of Country and 'City' during registration. Ideally, I want functionality similar to the OkCupid (http://www.okcupid.com/signup) registration page where this question is…

ubermensch
- 902
- 1
- 12
- 21
4
votes
3 answers
How to make the cities/countries dropdown like facebook does?
See the screenshot here:
I'd like the user to just type a city or country name and the autocompleter will show suggested items.
How should I start for creating it?
Are there any API(s) or web services for me to call?
Where can I find the database…

Atthapon Junpun-eak
- 540
- 2
- 11
- 23
4
votes
2 answers
How to get time zone by country or city in Flutter?
Can I get the timezone by passing the city and country as parameters in Flutter?
I'm using DateTime class to get a timezone like this:
DateTime var;
print('${var.timeZoneName}'); // -> +3
What I need is to get same result above by passing…

Osama Remlawi
- 2,356
- 20
- 21
4
votes
6 answers
How to get City and Country of a user in android without GPS?
How to get a users City and Country from an application in Android without GPS?

gkaykck
- 2,347
- 10
- 35
- 52
4
votes
4 answers
Django - Country -> State-> City Dropdown list
I have been trying to create a 3 column drop-down list as Country, State, City.
The list of state will be shown based on which country is selected. and the same thing happens to city depends on which State is selected.
My database is as follow. If…

Ryan
- 51
- 1
- 1
- 5
4
votes
0 answers
Magento2 city dropdown in address field
How can I convert the city input field to drop-down and make dependent it on region?
City will be depend on the selected region. So when user select region, dependent city will be populated in city dropdown.

Ajay
- 177
- 1
- 6
4
votes
6 answers
Tiger/Lines or shapefiles of USA states and cities?
i've been asked to generate some demographic reports (crime rates, birth/deaths, etc) based on state and cities for the USA. I have all the demographic data (provided by our client) but can't seem to find any places which have the boundaries (read:…

Pure.Krome
- 84,693
- 113
- 396
- 647
4
votes
2 answers
Database of major cities&towns of each country with latitude & longitude
I´m looking for a database of the major cities and towns of each country.
Most services have databases of millions of places (like this one https://www.maxmind.com/en/free-world-cities-database), but for my purposes that is way too detailed.
I…

Quento
- 41
- 1
- 2
4
votes
1 answer
Is there an API convert long/lat to city,country rather than Google API
Is there an API convert long/lat to city,country rather than Google API?
I found that geonames does not give the city.
Thanks,
Ling

Ling
- 269
- 1
- 3
- 15
3
votes
3 answers
How to search for cities in MapKit, Swift 5?
I'm trying to build a simple weather app and I'm stuck when trying to implement the search city function. I managed to implement the search function to return a list of CLPlacemarks, however, this includes a lot of points of interest (e.g.…

Filippo Bertolina
- 27
- 1
- 3
3
votes
1 answer
Simple world map with highlighted countries and selected cities
I would like to draw a world map and to highlight selected countries and cities. The countries and cities will present locations where study data were obtained.
Unfortunately, I was able to do this. I could only highlight the countries. How could I…

Niels
- 141
- 12