Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development > iPhone SDK Development - Advanced Discussion

Reply
 
LinkBack Thread Tools Display Modes
Old 04-07-2011, 04:52 AM   #1 (permalink)
Registered Member
 
jimmy's Avatar
 
Join Date: Aug 2010
Posts: 52
jimmy is on a distinguished road
Default Google Map for Address

Is it possible to get the Longitude and Latitude for a given Address to use the Google Map on Iphone?
jimmy is offline   Reply With Quote
Old 04-08-2011, 09:14 AM   #2 (permalink)
Registered Member
 
Join Date: Jul 2010
Location: Boston, MA
Posts: 135
carbonbasednerd is on a distinguished road
Default

might be old but a quick search on google brings up:
iPad/iPhone forward geocoding API using Google gecoding service | blog.sallarp.com

There might be something in mapkit you can check out
carbonbasednerd is offline   Reply With Quote
Old 04-11-2011, 06:18 AM   #3 (permalink)
Registered Member
 
jimmy's Avatar
 
Join Date: Aug 2010
Posts: 52
jimmy is on a distinguished road
Default

Quote:
Originally Posted by carbonbasednerd View Post
might be old but a quick search on google brings up:
iPad/iPhone forward geocoding API using Google gecoding service | blog.sallarp.com

There might be something in mapkit you can check out
Thanks..might be of some help....
jimmy is offline   Reply With Quote
Old 04-12-2011, 06:09 AM   #4 (permalink)
Registered Member
 
ngaikwad's Avatar
 
Join Date: Feb 2011
Location: Mobile World
Posts: 450
ngaikwad is on a distinguished road
Default google maps

Quote:
Originally Posted by jimmy View Post
Is it possible to get the Longitude and Latitude for a given Address to use the Google Map on Iphone?
yes you can use
On Apple's iPhone, or iPad,Specifically, you can call directly to the url:

http://maps.google.com/maps/geo?q = [address] & output = csv

Where is [address] to insert the string with the address you want to transform coordinates. The output returned is of type:

200, 8, 41.9128300, 12.2241172

The first value, 200 , indicates that everything went well ( 200 OK ). The second, 8 , Google is the accuracy parameter (1-10). The last two values are, finally, latitude and longitude.
ngaikwad is offline   Reply With Quote
Old 04-16-2011, 09:23 AM   #5 (permalink)
Cocoa Junkie
 
Duncan C's Avatar
 
Join Date: Dec 2008
Location: Northern Virginia
Posts: 6,002
Duncan C has a spectacular aura about
Default

Quote:
Originally Posted by ngaikwad View Post
yes you can use
On Apple's iPhone, or iPad,Specifically, you can call directly to the url:

http://maps.google.com/maps/geo?q = [address] & output = csv

Where is [address] to insert the string with the address you want to transform coordinates. The output returned is of type:

200, 8, 41.9128300, 12.2241172

The first value, 200 , indicates that everything went well ( 200 OK ). The second, 8 , Google is the accuracy parameter (1-10). The last two values are, finally, latitude and longitude.
Our app uses this exact approach.

One warning, though. Google has officially deprecated the above method. We're supposed to use the newer Javascript approach. I think that rots, because the method you outlined is simple, clean, and only takes a few lines to implement.
__________________
Regards,

Duncan C
WareTo

Check out our apps in the Apple App store


Check out this password generator app that shows various techniques including using a data container singleton object to share data between objects in your project.

See this tutorial on using UIView animations and layer animations:

See this thread on generating random, non-repeating text

Check out a very cool Macintosh Kaleidoscopes app called ScopeWorks that we released to the Mac App store.
Duncan C is offline   Reply With Quote
Old 04-17-2011, 08:51 PM   #6 (permalink)
Registered Member
 
Join Date: Jan 2011
Location: South Florida, US
Posts: 357
lgehrig1 is on a distinguished road
Default

Quote:
Originally Posted by Duncan C View Post
Our app uses this exact approach.

One warning, though. Google has officially deprecated the above method. We're supposed to use the newer Javascript approach. I think that rots, because the method you outlined is simple, clean, and only takes a few lines to implement.
Yahoo's PlaceFinder is accessible via the net. They give you 50,000 per day for free, and you can submit a request to do even more. Beats the heck out of the more commercial services.

Unfortunately for me, my current project involves 4 million + addresses to geocode, and so not having thousands of dollars for budget, I'm putting together a library to do it. Mine won't be the only library on the 'net, but I wasn't all that happy with the others I found. I wanted something I could inline, for one - not Perl scripts and such.

For anyone who's interested in this - drop me a PM with your email and I'll keep you posted on progress. The lib will be free and unencumbered, and uses free and unencumbered resources (yeah Census Bureau!), and I'll be more than happy for some victims^H^H^H^H^H^H^Hbeta testers
lgehrig1 is offline   Reply With Quote
Reply

Bookmarks

Tags
google map, latitude, longitude

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 375
16 members and 359 guests
AyClass, baja_yu, checkright, dre, epaga, fvisticot, givensur, Meoz, Newbie123, Objective Zero, Punkjumper, reficul, sacha1996, skrew88, tomtom100
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,642
Threads: 94,110
Posts: 402,857
Top Poster: BrianSlick (7,990)
Welcome to our newest member, pinacate
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 04:33 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0