Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

use KML , address lookup, directions and 'share map' on the same map

I want to use my kml (or xml) file with places, but at the same time be able to search for places, use directions or 'share map' functionality. At the moment when I try to do that in Google or Bing, once I use KML file and search for a new place, I loose my KML placemarks..

Is there a way to do that with Google or Bing maps?

like image 390
Stewie Griffin Avatar asked May 11 '11 14:05

Stewie Griffin


1 Answers

Google can only handle one query at a time. There is no way of overlaying queries (IE you're KML and search term) by default.

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

like image 141
Alxwest Avatar answered Jan 02 '23 13:01

Alxwest