Questions tagged [city]

171 questions
70
votes
6 answers

Where can I get a list of Countries, States and Cities?

This probably seems like a duplicate, since there are identical questions out there. Unfortunately all of the answers to all of these questions are missing one detail: the states. Where can I get a list of countries, states and cities? For example,…
Jonathan
  • 32,202
  • 38
  • 137
  • 208
51
votes
5 answers

Is there an ISO standard for city identification?

I want to make service with API that give some info about a city (in any country) by some id. What I should choose as id for cities? Does there exist an ISO standard for city identification? If so, where I can get a list of city ids?
petRUShka
  • 9,812
  • 12
  • 61
  • 95
44
votes
14 answers

get city from geocoder results?

Having problems getting the different arrays content from geocoder results. item.formatted_address works but not item.address_components.locality? geocoder.geocode( {'address': request.term }, function(results, status) { …
v3nt
  • 2,845
  • 6
  • 36
  • 50
25
votes
6 answers

Get city name and postal code from Google Place API on Android

I'm using Google Place API for Android with autocomplete Everything works fine, but when I get the result as shown here, I don't have the city and postal code information. private ResultCallback mUpdatePlaceDetailsCallback =…
Plumillon Forge
  • 1,659
  • 1
  • 16
  • 31
24
votes
3 answers

is there another site like freegeoip.net

is this site not working any more as i cant get it to work, it used to work. is there any RELIABLE service like it http://freegeoip.net/
user2899094
  • 491
  • 1
  • 4
  • 17
23
votes
9 answers

free country, city database for sql server

have anyone used this before, i need free country, city, IP database for sqlserver
StoneHeart
  • 15,790
  • 32
  • 67
  • 84
20
votes
2 answers

Where can I download a list of world cities and towns by ISO 3166-2 state code?

World countries and their standard codes are listed in ISO 3166-1. States (whatever are they called in different countries ("lands" in Germany, "federation subjects" in Russia etc.)) of the countries and their codes are defined in ISO 3166-2. But I…
Ivan
  • 63,011
  • 101
  • 250
  • 382
13
votes
13 answers

Regular Expressions for City name

I need a regular Expression for Validating City textBox, the city textbox field accepts only Letters, spaces and dashes(-).
Manaysah
  • 375
  • 5
  • 15
  • 29
10
votes
1 answer

API & Service for City name, Country lookups

Is there a public City lookup and API (RESTful) available somewhere? As opposed to holding our own City list.
iss42
  • 2,720
  • 3
  • 21
  • 37
8
votes
1 answer

Is there any API for getting all countries and passing country get all States/Region and again passing State/Region get all cities in it

I am creating a web page in asp.net where I have to populate all countries in a dropdown. On selecting one country I need to populate all States/Region in that country to another dropdown. finally on selecting the state/region need to populate all…
user1879363
  • 101
  • 1
  • 3
7
votes
1 answer

WooCommerce: Pre-select and restrict to one state and city on checkout

I'm setting up a store that only sells to one city. I'm trying to figure out how I can restrict the city option to a pre-filled field. I've already limited the country and using the following code in my functions.php: add_filter(…
Muhammad Ali
  • 668
  • 1
  • 9
  • 24
7
votes
1 answer

Python Current Time in a City and State, or Country

I have a huge dataset of people with their location data. One of my modules goes through this dataset only ONCE and generates a table in my database to map location data to timezone. This module uses geocoders, tzwhere, and puts.timezone. After…
1man
  • 5,216
  • 7
  • 42
  • 56
7
votes
2 answers

What punctuation characters are necessary for a city field?

I'm considering a regex to restrict punctuation in city names (worldwide). What would be a fairly inclusive whitelist of these? I'm thinking: (space) . period - hyphen ' apostrophe Also thinking maybe comma or slash but I don't have any examples.…
User
  • 62,498
  • 72
  • 186
  • 247
7
votes
8 answers

Where can I find a city/neighborhood database?

Where can I find a database of cities and neighborhoods using MySQL? I'm only interested in US areas. Price doesn't matter. The database must help identify locations by ZIP code. I've already got a database showing cities and states, but I need to…
Dan Sosedoff
  • 2,869
  • 5
  • 28
  • 34
6
votes
3 answers

FB Development - How to search facebook cities by their "key"

Situation: I'm currently working on a project where a user can search for a city. To get the result i use this url via ajax: https://graph.facebook.com/search?q=**sundsvall**&type=adcity&country_list=**se**&access_token= When I send a request to…
crre
  • 61
  • 2
1
2 3
11 12