Lines:
1 to 59 of 59
<?php /* Copyright 2011-2018 Bobbing Wide (email : [email protected] ) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation. You may NOT assume that you can use any other version of the GPL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The license for this software can likely be found here: http://www.gnu.org/licenses/gpl-2.0.html */ /* function bw_gmap_markers() – Insert multiple markers */ /* function bw_gmap_marker() – Set the Google map marker */ /* * Set the Google map Info Window * * @TODO Don't display anything if the contentString becomes null when you trim it. * */ /* function bw_gmap_infowindow() – */ /* function bw_googlemap_v3() – Display a Google Map using Google Maps JavaScript API V3 */ /* function bw_forp() – Fixed or percentage? */ /* function bw_show_googlemap() – Implements [bw_show_googlemap] shortcode to display a Google Map */ /* function bw_show_googlemap__example() – Example for [bw_show_googlemap] shortcode */ /* function bw_show_googlemap__syntax() – Syntax for [bw_show_googlemap] shortcode */ /* function bw_set_geocoded_address() – Update the input to the geocoded address */ /* function bw_geocode_googlemap() – Geocode the given address to return the lat and long */ /* function bw_gmap_api_key() – Return the Google Map API key */ /* function bw_gmap_latlng() – Return latlng combination */ /* function bw_gmap_map() – Returns the map index */ /* function bw_gmap_id_markers */ /* function bw_gmap_get_latlng */