Use shortcode [ wpdageomap ] to add a map to a web page which allows users to interactively change the search range. Only rows (locations) containing a latitude and longitude are queried. Locations without a latitude or longitude are not taken into account. Here is a working geolocation demo.
Shortcode parameter
schema_name
The combinations of schema_name and table_name must exist. The geolocation settings for the table needs to be entered and enabled.
table_name
The combinations of schema_name and table_name must exist. The geolocation settings for the table needs to be entered and enabled.
map_center
Default = plugin (center user location or static position). Use “first” to center the first marker (location nearest to user position or static location).
map_zoom
Overwrite the zoom settings (default = 14). Not effective of automatically adjust zoom is enabled.
map_with
Overwrite geolocation setting. (for example: map_width=”300px”)
map_height
Overwrite geolocation setting. (for example: map_height=”300px”)