Shortcodes - [property_map]
About the shortcode
Output a map showing a property’s location
[property_map]
Use the attributes below to further customise the shortcode output, for example:
[property_map height="600"]
Note that a property must have co-ordinates set under the 'Summary' tab of a property record for the map to display.
Attributes
Attribute: height
Description: The height of the map div.
Default: 400
Example: [property_map height="600"]
Attribute: zoom
Description: The default zoom level of the map
Default: 14
Example: [property_map zoom="16"]
Attribute: scrollwheel
Description: Whether or not using the mouse scroll wheel should zoom in/out the map
Default: true
Example: [property_map scrollwheel="false"]
Attribute: id
Description: Only applicable if displaying multiple property maps on the same page, such as on the search results page. Each ID passed in should be unique.
Default: (empty)
Example: [property_map id="map_x"]