Welcome Guest, Not a member yet? Register   Sign In
How to using infowindow_content for direct link to another web?
#1

[eluser]irga[/eluser]

How to using infowindow_content for direct link to another web?
i'm using API V3 with codeigniter frame work..

like this [/code]https://google-developers.appspot.com/ma...e?hl=id-ID

[code] foreach ($infoMarkers as $infoMarker) {
$marker = array();
$marker['position'] = $infoMarker->latitude.",".$infoMarker->longitude;
$marker['infowindow_content'] = 'Hello world';
$marker['animation'] = 'DROP';
$this->googlemaps->add_marker($marker);


Messages In This Thread
How to using infowindow_content for direct link to another web? - by El Forum - 05-13-2012, 05:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB