Questions tagged [geocode]

Geocoding is a method to assign spatial coordinates - like longitude and latitude on the Earth's surface - to a data record or object which represents an address or other geographic data.

Geocoding is a method to assign spatial coordinates - like longitude and latitude on the Earth's surface - to a data record or object which represents an address or other geographic data.


Useful links


Related tags

756 questions
0
votes
1 answer

Angular 2 HTTP is not working

I am using Angular 2 beta.18, and trying to use google map geocode. I am doing the same as all tutorial describe, but I receive a strange response. My component: import { Injectable } from '@angular/core'; import { Http, Response} from…
Dana Ezer
  • 61
  • 7
0
votes
1 answer

Update of latitude and longitude does not work in active admin

I am building an app for renting rooms. I am using active admin and the geocoder gem. Now to my issue: I want to update the address of a room in the active admin panel which works perfectly but it will not update the longitude and latitude columns…
trickydiddy
  • 577
  • 6
  • 26
0
votes
1 answer

How to install mysql on a new machine for an old app?

Not exactly sure how to go about this. My app's database.yml development: adapter: mysql encoding: utf8 reconnect: false database: application-dev pool: 5 username: root password: angles123 socket: /tmp/mysql.sock I was thinking…
Trip
  • 26,756
  • 46
  • 158
  • 277
0
votes
1 answer

Proper query structure for GeocodeRequest in HERE Maps Android SDK?

Since version 3.0 of HERE Maps Android SDK, the GeocodeRequest takes a free-text query to do the Geocoding request process, however it is unclear what is the proper structure to pass the query. "country city" or "country, city" or "city country"...…
Aram Tchekrekjian
  • 925
  • 11
  • 26
0
votes
0 answers

How to show location address using every set of latitude and longitude stored in FirebaseDatabase?

I have 3 sets of latitude and longitude stored in FirebaseDatabase. What I am doing is I am retrieving these stored sets and showing location address using them. Here's my code: databaseReference.child("child").addChildEventListener(new…
0
votes
1 answer

PROC GEOCODE: SAS University?

I am having issues invoking PROC GEOCODE. I have SAS University and when I type the function it appears to highlighted blue just like other functions, however, when I run the code it gives me this error: ERROR: Procedure GEOCODE not found Is Geocode…
User1414
  • 33
  • 6
0
votes
2 answers

Using JSON, WCF et al. with Google geocoding - is it really necessary?

I have a requirement to geocode data using Google's geocoding service. Google's geocoding services aren't as friendly to consumption via .NET as, say Bing's (no surprise there) so while I could go all out with ContractDataSerializers, WCF, JSON and…
noonand
  • 2,763
  • 4
  • 26
  • 51
0
votes
1 answer

stop submitting a form with jquery

hello I am trying to stop the submitting of the process with jquery but it doesn't work. Here is the current code of the submission process. There should be no submission when false is returned. function validateinput(gu) { var geocoder= new…
kerim p.
  • 35
  • 6
0
votes
1 answer

Find latitude/longitude ranges for cities

Is there a way to find the range of latitude and longitude included within a set of certain cities? Ex. I am trying to find all ranges of lat/longs which are included within the city boundaries of Atlanta.
user6067064
0
votes
2 answers

Getting location(city, state) from ip_address for bulk data with rake task

I have an x users with their last_sign_in_ip, can i get their location details using their ip_address with rake task? I am using rails and geocoder gem.
Vishnu S
  • 13
  • 3
0
votes
1 answer

google api geolocation not found

i'm creating an android app that use GMAPS to catch my position and find hotspots using wifiscanner. i was reading that if you use geolocation i can get with Json Format info of Wifi in my area. I have setted a key in my account but if i use…
0
votes
2 answers

Meteor infinite loop with Session variables

i'm rather new to Meteor and have a problem, where can't figure out how to solve it. I want to store dates in a collection. I can pickup the place of the meeting using google maps, which gives me a String with the coordinates. I reverse geocode the…
46and2
  • 1
  • 1
0
votes
2 answers

Synchronous geocoding in NodeJS

Is it possible to wait for an async call (geocode.reverseGeocode)? I want to loop through JPG-files in a directory, obtain the latitude & longitude from their EXIF-data and reverse geocode to get the country / city from where those pictures are…
user2862473
0
votes
1 answer

python - translate number of coordinates to address or city

I have 245,000 coordinates. I want to translate these coordinates to city name. But there is a limit(2,500 requests/day) for using Google Maps Geocoding API. Is there any other solutions? Thanks.
Hendry
  • 3
  • 4
0
votes
2 answers

How to get location details from latitude and longitude in googlemaps,?

HI all i integrated google map in my applications, i am getting lat and long of current location and try to get place mark from those lat and long but i get strange error in my code when i used geocode. -(void)viewDidload { …
sandeep tomar
  • 303
  • 1
  • 5
  • 17