Start a Project

Find the Longitude and Latitude of Address in IOS.

Longitude and Latitude of Given address.

Sometimes we have to  find the longitude and latitude of given address like ex (Delhi ,Rohini, street address 12 etc) for this we have to make some request using URL and  pass the value with some space at the time of the request. so it will give the corresponding longitude and latitude value.

Ex: chennai

http://maps.google.com/maps/api/geocode/json?sensor=false&address=chennai

Ex : Delhi , 108186

http://maps.google.com/maps/api/geocode/json?sensor=false&address=delhi 108186

Here I have attached code snippet :

 

1:

 

2: Now with the help of Longitude and Latitude you can draw google Map and show the actual location.

 

 

 

 

 

 

 

 

 

 

 

Exit mobile version