Questions tagged [city]

171 questions
0
votes
1 answer

Retrieve android's OS country list

I am writing an alarm Clock application in android, and I wonder if there is any single way to retrieve android os's countries and cities list along with the GMT setting or can I use native app's setting so that my application work without getting…
Muzirocks
  • 9
  • 5
0
votes
1 answer

best way to add multiple cities option to a website

Say I want to develop a website that is city based, much like kijiji or craigslist. What would be the best method to go on about adding multiple cities to it? Sub domains, filters, specific pages..etc? What do you think is the best approach for…
john smith
  • 45
  • 1
  • 10
0
votes
1 answer

Listing City required in osclass

I the osclass When I post listing, choosing a city is not required. How can I make it required ? When I select city, it shows in the post, but I also can post listing without selection the city, but I want the city to be required.
Aht CreW
  • 3
  • 2
0
votes
0 answers

City Traversal Algorithm

Here I drove simple diagram to explain the problem. Problem consists of M number of roads between cities and N number of city in total. Algorithm should travel city A to city C with all possible ways with minimum resource usage.(CPU and RAM)…
0
votes
0 answers

Search by zip-code (Postleitzahl) and cityname (Germany)

I have a question concerning a search fiel on my website. I want to let the user search for a city in germany. Currently i am using the 'odgbPLZnearby' i found online. This outputs other zip-codes within a given distance of the entered zip-code.…
Dee Ell
  • 21
  • 3
0
votes
0 answers

get city from ip not working on remote server

get city from IP is not working on remote server but it works in localhost. Does anyone have any better ideas for getting the city from this class? Sometimes the server remote addr displays this: ::1 Here is the code I'm using: class…
SAGAR.G
  • 39
  • 6
0
votes
1 answer

Show text when matching visitors city with GEOIP

Hey im using this code to get location information from visitors...
Country Code:
0
votes
1 answer

How to get the paypal buyer address on the return page using PHP

I'm not getting the street address, state and city. I have using the below code to fetch the information:
0
votes
1 answer

Maxmind Free GeoIPCity.dat return empty State & City for most of the IPs.

I have updated my PHP API & database today (26/03/2014) and still not getting the state & city for few of the IPs. Here are the IPs for your reference: 120.62.2.24, 103.2.133.154, 120.57.144.226, 59.96.210.147, 117.223.148.132 But when I check in…
0
votes
6 answers

iOS xCode/Objective C - Simple - Display user's city as a label?

Alright I'm making a iOS app.. I am INCREDIBLY new at programming apps for iOS... (I do have experience programming, but this is completely new to me) I am trying to display the user's city & state on the screen.. I don't know what I'm doing wrong.…
user3159537
  • 61
  • 1
  • 12
0
votes
1 answer

Full coordinates database - multilanguage

I'm looking for a full multilanguage database with country - state - city - coordinate. I found some databases but they are all in English. Do you have some suggestion?
0
votes
1 answer

Query User by City using the Soundcloud Web API

Is it possible to fetch users by city or country? I would like to create something very local! I've checked the available documentation but fail to see any solution to this, so this is a final stretch.
Jonas Johansson
  • 229
  • 1
  • 3
  • 11
0
votes
1 answer

How to deal with State, County, City relations? (for US 50 states)

From the 50 states of US, most of them have counties except Louisiana and Alaska. My tables would look like this **State_tbl** State_id State_name **County_tbl** County_id State_id ->state_tbl County_name **City_tbl** City_id County_id…
Cristian
  • 2,390
  • 6
  • 27
  • 40
0
votes
1 answer

Point misplaced at street. Android application with maps.

I am developing an application that marks the path taken in real time (on android). Sometimes the gps fails and a point located in a building. Is there any way to fix this? Could I ask google if the marked point corresponds to a building, not the…
0
votes
1 answer

get the latitude and longitude using javascript

I have a textbox in my page which gets a location name and button with text getLat&Long. Now on clicking my button I have to show an alert of latitude and longitude of the location in the textbox. Any suggestion? please dont give me suggestion as…
Jack Php
  • 577
  • 2
  • 7
  • 25