Welcome Guest, Not a member yet? Register   Sign In
googlemaps infowindow
#1

[eluser]Unknown[/eluser]
Hello Steve

I love the Google maps library you provided!

My question is how/what do I add to the JavaScript code to make my ‘infowindow_content’ open on an ‘onmouseover’ instead of clicking the icon?


Here is the code snipet I’m working on.

$marker = array();
$marker['position'] = $coordinate->lat.','.$coordinate->long;

$marker['icon'] = '/househaggler/images/marker_icon.png';

$marker['onmouseover'] =???????????;

$marker['infowindow_content'] = ‘hello world’;


$this->googlemaps->add_marker($marker);




Messages In This Thread
googlemaps infowindow - by El Forum - 01-20-2012, 12:09 PM
googlemaps infowindow - by El Forum - 01-20-2012, 03:50 PM
googlemaps infowindow - by El Forum - 01-21-2012, 08:10 AM
googlemaps infowindow - by El Forum - 01-21-2012, 12:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB