Use KML, search for addresses, directions and a “shared map” on one map

I want to use my kml (or xml) file with places, but at the same time be able to search for places, use routes or use the "shared map" function. The moment I try to do this on Google or Bing, as soon as I use a KML file and look for a new place, I lose KML tags ..

Is there any way to do this with Google or Bing cards?

+6
source share
1 answer

Google can only process one request at a time. By default, there is no way to impose queries (IE is KML and search query).

You can do it yourself using JavaScript and the Google Maps API. http://code.google.com/apis/maps/documentation/javascript/

+1
source

Source: https://habr.com/ru/post/887837/


All Articles