Tagged Questions
0
votes
0answers
35 views
cannot submit address to Google geocoder on iPad: ArcGIS JS webmap app
I am working on a web map app for desktop and iPads. The app uses a Google geocoder to locate addresses or intersections, added with the standard code in 'init':
geocoder = new ...
1
vote
2answers
532 views
Google geocoding v3 stopped working
I've been using Google geocoding v3 for about 6 months but all of a sudden it's stopped working (I get a 610 error). It's only stopped in the last week or so.
Then I came across this (see the pink ...
3
votes
1answer
82 views
How does Google Map API authenticate users?
They put a limit on the amount of map views, geocodes etc that can be done each day but in the documentation I can't find anywhere where they actually list how it is authenticated.
My guess is it has ...
3
votes
3answers
2k views
Can I use the Google Geocoding API to parse and standardize address data?
I need to parse single-field addresses into multiple fields such as address number, street name, street type, etc. Esri has the Standardize Addresses tool in the Geocoding Tools toolbox, but I am ...
0
votes
1answer
301 views
How to convert Singapore Onemap Co-ordinate to Google maps co-ordinate system
I have to fetch few 3000 co-ordinates (I am Geo-coding ) and convert it into Google map co-ordinate system.
Following is the process I am doing
I am calling Mapone.sg API for geo-coding in return ...
5
votes
4answers
3k views
How to Geocode 300,000 addresses on the fly?
I have a database which has 300,000 address, which are to be shown on map. I know if I geo-code all the address it will be too expensive for me. So I was wondering if it is possible to geo-code the ...