I am using Google map in my mobile application(android). In my application I
have used custom info window. When user click on the infowindow I have to
call a JavaScript function.
Here everything works fine in my mobile except , the onClick function. The
onclick function is not working
Here is the code
var contentString = '<div id="info'+j+'"
onclick="redirect(this.id);" style="font-size:11px;border:1px solid
green;">Dispensary Name '+j+'<br> <br>Sample text<br><div>';
var point = new GLatLng(latArray[j],longArray[j]);
var marker = createMarker(point,cIcon,
contentString )
map.addOverlay(marker);
Here I am using ExtInfoWindow to create custom info window Here is my
screenshot<https://picasaweb.google.com/111035130900690009669/ScrapbookPhotos#5647631658647952514>
Can any one please help me...
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.