You appear to be a bot. Output may be restricted
Description
Set the Google map marker
Usage
bw_gmap_marker( $title );
Parameters
- $title
- ( string ) required –
Returns
voidSource
File name: oik/shortcodes/oik-googlemap.phpLines:
1 to 4 of 4
function bw_gmap_marker( $title ) { bw_echo( 'var marker = new google.maps.Marker({ position: latlng, title:"' . $title . '"});' ); bw_echo( 'marker.setMap( map );' ); }View on GitHub View on Trac