how to get latitude and longitude values of a particular place using objective-c ? Do I need to get this using Google Geocoding API or Is there any other way to get this?
how to get latitude and longitude values of a particular place using objective-c ?
Share
The iPhone only knows its current location (if using location-service). For getting the current location and for locations like: 10km east, 2km north from current location you can use the location-service (CoreLocation) but for any other location (which are identified via a name, street, text) you have to use a web-service like Google Geocoding API, Open Street Map Nominatum, YahooMaps-Geocoding (yes, they have one…), …