Google maps are based on Google Maps API. It requires Google Api Key and position on the map, ie the latitude and longitude as a plugin call parameters.
Google Maps plugin is compatible with CMSimple Mobile plugin.
For further documentation visit developers documentation
#license#
#support#
Download and uncompress file googlemaps_XH.zip
Upload the entire googlemaps folder to your "plugins" folder.
See online help in plugins configuration section.
To show a map on the page enter { {{googlemaps("latitude_value", "longitude_value","zoom","map type");}}} (without spaces between { {). Zoom and "Map type" parameters are optional and if they are passed to plugin call they will overwrite defaults defined in plugin configuration.
The map size and other configuration parameters can be changed by preceding a call to googlemaps(...) with a call to function googlemaps_config ("config_parameter", "value") before plugin call, f.ex.:
{ {{Google Maps (51.508742, -0.120850);}}}
Tested with CMSimple_XH version 1.7.2 and php 7 but should run with any version of CMSimple and php 4.3 or later. XH-certified.
version 1.1.0
version 1.0.1 released 1.3.2017
This CMSimple plugin is distributed in the hope that it will be useful - without any warranty; without even the implied warranty of fitnes for a particualr purpose.