Get location of address
Is there a way I can get the latitude/longitude of a location based on an address? I know this can be done using Google APIs but is there something built into Cocoa-Touch that will allow me to do this so I don't have to handl开发者_JAVA技巧e all the networking/parsing? Thanks
I'm trying to think of ways of extending this answer - but simply put, No. There is not an native cocoa-touch API to do what you want.
Have you seen the Google Maps API for objective-c : here
Did you try this???
I've read it once, but I have not test it yet.
精彩评论