MapXL / route-me

Automatically exported from code.google.com/p/route-me
0 stars 0 forks source link

Add geocoding service support #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be really neat to add geocoding support using Google Maps HTTP REST 
service. You specify 
the google maps api key, and you can use some class to generate markers based 
on geocoded 
locations.

http://code.google.com/apis/maps/documentation/services.html#Geocoding_Direct

Original issue reported on code.google.com by francois.proulx on 2 Nov 2008 at 4:02

GoogleCodeExporter commented 8 years ago
Great idea! Interested in implementing it?

Original comment by jose...@gmail.com on 2 Nov 2008 at 10:06

GoogleCodeExporter commented 8 years ago
Unfortunately the Google Maps API restricts the use of their geocoding data to
applications that use their map.

Original comment by BradSmithInc@gmail.com on 13 Nov 2008 at 2:09

GoogleCodeExporter commented 8 years ago
There's an API to let you use microsoft's data:

http://blogs.msdn.com/virtualearth/archive/2008/11/13/developing-virtual-earth-i
phone-applications-with-objective-c.aspx

Original comment by jose...@gmail.com on 20 Nov 2008 at 2:36

GoogleCodeExporter commented 8 years ago
Google has finally released an HTTP geocoding/reverse geocoding API.
In my own project using route-me, I am actually using:
- Geocoding from Yahoo (XML parsing)
- Reverse geocoding from Google

All works great.
The main idea would be to add methods in MapView to moveToAddress
And a method to return for a given point and also any given markers their 
approximate
address using reverse geocoding.

The main drawback is that Google/Yahoo keys are needed, but that could be 
checked at
runtime in route-me.

Olivier

Original comment by obrand69@gmail.com on 31 Dec 2008 at 4:44

GoogleCodeExporter commented 8 years ago
Olivier,

I am really interested in how you implement the google HTTP geocoding/reverse 
geocoding API in your project !

Thanks in advance !

David

Original comment by davidsto...@gmail.com on 14 Jan 2009 at 4:08

GoogleCodeExporter commented 8 years ago

Original comment by halmuel...@gmail.com on 25 Feb 2009 at 11:51

GoogleCodeExporter commented 8 years ago
Per press reports, this appears to duplicate new functionality available in 
iPhone SDK 3.0.

Original comment by halmuel...@gmail.com on 17 Mar 2009 at 9:24