tags:

views:

117

answers:

2

I have implemented one application .In which i want to get latitude and longitude from the address.I dont want to use java script.Is it possble then please help me.

A: 

AFAIK, MKMapKit does not support this.

zaf
A: 

MapKit has no geocoding support (only reverse geocoding) but Google offers a HTTP Geocoding service that's very easy to use – assuming you comply with their license terms:

Note: the geocoding service may only be used in conjunction with a Google map; geocoding results without displaying them on a map is prohibited.

Ole Begemann