views:

315

answers:

1

I am using google map API to show the map and some marker, when user click on the marker will show the location info. Those info i store inside databse. How can retrieve the data when the marker is been clicked? Because the google map code is in java script how to link with vb behind code?

A: 

The way I have done this is to create the overlay KML file with all the information at the outset. The info gets displayed when the user click on the marker.

The way to do this is to create a KML file and put it on a public webserver, then in Google Maps put the URL for the KML file in the Google Maps search box, and it will render the entire map with the placemarks.

Raj More
What you mean overlay KML file?
answer edited to add detail
Raj More