Questions tagged [city]
171 questions
1
vote
1 answer
How to get the city location in react-native?
import React, { useEffect, useState } from 'react';
import { StyleSheet, Text, View } from 'react-native';
import * as Location from 'expo-location'
import Permissions from "expo-permissions";
export default function App() {
const [address,…
user11240162
1
vote
2 answers
City Wise Geo targeting (The right way.)
I'm familiar with country-wise geo-targeting, but I was wondering about city-wise geo-targeting since I was looking at a site that would be looking at users' IPs and classifying them based on their city (i.e major cities like Los Angeles, New York,…

parastar
- 11
- 1
1
vote
3 answers
Eliminate duplicate cities from database
Background
Over 5300 duplicate rows:
"id","latitude","longitude","country","region","city"
"2143220","41.3513889","68.9444444","KZ","10","Abay"
"2143218","40.8991667","68.5433333","KZ","10","Abay"
"1919381","33.8166667","49.6333333","IR","34","Ab…

Dave Jarvis
- 30,436
- 41
- 178
- 315
1
vote
1 answer
Eliminate a city (PHP)
Background: I am attempting to run some addresses through an API to get GPS coordinates for routing purposes. The front end interface is simple. instead of dragging you through a description, here's a screen capture of it
Front end…

Justin Egan
- 49
- 8
1
vote
0 answers
Attribute connection failure in CityEngine2014.0
I found a problem that I used the same name of attribute in CGA rule and shape,but I couldn't connect the attribute.While the shp source file is in the directory of data in same project
The CGA file is follow
/**
* File: rule.cga
* Created: 2…

Yongpan Bie
- 13
- 7
1
vote
1 answer
Get cities as values and names for a custom checkout select field in Woocommerce
In woocommerce checkout I should need to set values of options in select field to be the city name and not a numbers (as shown in the screenshot below).
Here is a sample of my code:
$option_cities = $wpdb->get_col( "SELECT name FROM $table_name"…

Rowan Mamdouh
- 51
- 1
- 1
- 8
1
vote
0 answers
jquery.remoteChained while each, remain selected item on Edit Page
1
vote
3 answers
get list of cities under province
Is it possible on Android to get the list of the cities by province?
I thought it was possible to do it by Google APIs but i didn't find anything.

MineConsulting SRL
- 2,340
- 2
- 17
- 32
1
vote
2 answers
how do I get nearby cities from a given city?
Considering a radius of 50 KM from the base city i need to find the nearby cities .
My script should be in PHP... Is there any API to find it out....
Please please help me...
THanks...

saikat
- 397
- 3
- 7
- 18
1
vote
1 answer
WikipediaAPI: How do i find informations about a city
I want to send a query to Wikipedia. The Reponse contains some informations about a City, which I asked for.
Some examples:
I would get some informations about…

501 - not implemented
- 2,638
- 4
- 39
- 74
1
vote
2 answers
How to extract user's city from coordinates
Hello my coordinate extraction code is s below. I was looking for help on the reverse geolocation. Thanks in advance :)
import UIKit
import CoreLocation
class ViewController: UIViewController, CLLocationManagerDelegate {
@IBOutlet weak var…

Nivedita Nighojkar
- 91
- 1
- 1
- 8
1
vote
0 answers
How to Draw Area of Cities in the Country in Android
What's the best way for Draw Area of Cities in any Country in Android. Each city separate the others via city line. So you can click and select any city, you want.
Any ideas?? If you give me any keyword, i can search with it.
Thanks a lot.
I…

DummytoDummy
- 553
- 1
- 5
- 13
1
vote
1 answer
Need place Google Auto Suggest within a city
I have implemented Google Auto suggest API in my project. I am able to restrict it within a country(India).
But the client wants to restrict it within a city(Kolkata). When I type something in input box, places should appear within Kolkata not…

Bhimcharan Samanta
- 11
- 2
1
vote
1 answer
Get List Of City Names In English and Native Language
I have a web app which requires Two Drop Down Lists.
One of countries in there native language;
the language is determined by the app.
The other is for the cities in that country,
also in native language.
I have seen this on many site but couldn't…

MH Mazen
- 91
- 1
- 12
1
vote
0 answers
show cities from state id in database PHP
I'm trying to make a php website
in the register page I user must choose the state (select input) then the cities input will appear after he chose the state.
this is my work but not work, I need correct or other solution to fix it please :
> …

Algeria Programmer
- 21
- 4