Get array of lat lng for a searched city or region from 4 kml files

Viewed 27

I am using the google places autocomplete search, from this I got place name.

I am having all the regions and cities of a country in 4 KML files. I used geoxml3 for parsing the kml data to google maps. But I need to show only the searched places lat lng from kml file to google map and get the array of lat lng for the particular searched place.

I referred link1, link2

0 Answers
Related