This is the core shortcode used to display your created map anywhere on your site. It is the foundation for all other map-related modules and features.
All enabled features for a map are automatically included when using this module, whereas when using other shortcodes will enable the feature when a map is present on the same page.
Shortcode Example
[wpgmza id="1"]
Shortcode Attributes
| id (number) | The Map ID you would like to show |
| zoom (number) | The starting zoom level |
| width (number) | Width of the map container |
| height (number) | Height of the map container |
| marker (number) | The Marker ID you would like to focus on |
| classname (string) | CSS Class to add to map container |
| mashup (bool) | Enable map mashup (true or false) |
| parent_id (number) | Mashup Parent Map ID |
| mashup_ids (numbers) | Map ID’s separated by comma (,) |
| cat (number) | Starting map Category ID |
| lat (number) | Stating map Latitude |
| lng (number) | Stating map Longitude |
| mark_center (bool) | Place marker at map center (true or false) |
| enable_category (bool) | Enable category filter (true or false) |
| directions_from (string) | Default directions starting point |
| directions_to (string) | Default directions ending point |
| directions_waypoints (strings|latlngs) | Direction waypoints, separated by comma (,) |
| directions_auto (bool) | Automatically draw directions (true or false) |
| type (string) (Google Maps Only) | Default map style |
