Re: openInfoWindowHTML not working on GMarker array
Javascript is case specific
marker.openInfoWindowHTML() is not a defined, you need to use
marker.openInfoWindowHtml()
You might also note that Javascript interprets numbers that have a
leading zero as being in octal, rather than decimal. You happen to get
away with it because
lng="-078.649258"
contains digits higher than 7, so the Javascript interpreter throws a
warning and then recalculates the value in decimal
--
The Blackpool Community Church Javascript Team
http://www.econym.demon.co.uk/googlemaps/
0 Comments:
Yorum Gönder
<< Home