Click here to Skip to main content
15,917,645 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I write a javascript which show markerat given coordinates(latitude,longitude)but does not show message at given coordinates.to show message at given coordinates on map,what do I am?please help me.Thanks
Posted

1 solution

Where is your code? didn't searched anything in search engines? I got the below one in google[^].

Google maps script - how to show balloon?[^]
 
Share this answer
 
Comments
Manfred Rudolf Bihy 2-Jan-11 5:02am    
That should teach'em. 5+
maya saste 2-Jan-11 5:23am    
Here is my javascript
js.Text = @"
function initialize() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById('map_canvas'));
map.setCenter(new GLatLng(18.536644,73.851149), 2);
" + strLocations + @"
map.setUIToDefault();
}
}
";
this javascript show marker on coodinate selected from database but not show message on map.
what do i am?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900