Here below is the code for searching places by using place name.
I use api provides by google also know as google place api.
"http://maps.googleapis.com/maps/api/geocode/json?address="+CITY_NAME+"&sensor=true";
In response of it We get a json having Latlng of the place and We can show these Latlng on Map.
To get Json , you can use these line after get response
0 Comment(s)