SOLDPress User Manual
  • Welcome
  • Introduction
    • Getting Started
    • Introduction to Data Feed Synchronization
  • Installation
    • Configuring Your SOLDPress Plugin
    • Activate Your SOLDPress Key
  • SOLDPress Admin Menu
  • Settings and Options
    • DDF® Data Sync Page
      • Connection Settings Tab
        • Credentials section
        • General Section
        • Test Connection Section
      • Data Sync Tab
        • General Section
        • Picture Section
    • Appearance Page
      • General Display Options Tab
        • General Section
        • Display Settings Section
        • Javascript Libraries Section
        • Social Section
        • Relator(tm) Analytics Section
        • Maps Section
        • Third Party Integration
      • Property Details Options Tab
        • Sidebar Section
        • Map Section
      • Property Listings Options Tab
        • Sidebar Section
        • Sort Section
        • Column Section
    • About Page
      • License Key Tab
        • License Key Section
      • System Tab
      • Debug Tab
  • Widgets & Sidebars
    • Sidebars
    • Widgets
      • SOLDPress Search Widget
      • SOLDPress Listing Widget
      • SOLDPress Listings Widget
      • SOLDPress Reso Type Widget
      • SOLDPress GeoType Widget
  • Shortcodes
    • Listing
    • Listings
    • Listings Slide
    • Map
    • Search
    • Listing Raw Output
  • Search and Filtering
  • SOLDPress Developer Framework
    • Theme Framework
    • Data Framework
Powered by GitBook
On this page

Was this helpful?

  1. Shortcodes

Map

PreviousListings SlideNextSearch

Last updated 4 years ago

Was this helpful?

The [soldpres-map] shortcode is used for easily displaying multiple listings on a map.

This feature requires GeoCoding sync to be activated.

Settings

Option

Description

lon

This option allow you to set longitude position used to center the map on a specific point. Default Value : -111.824341

lat

This option allow you to set latitude position used to center the map on a specific point. Default Value : 60.413852

zoom

This option allow you to set The initial resolution at which to display the map is set by the zoom property, where zoom 0 corresponds to a map of the Earth fully zoomed out, and higher zoom levels zoom in at a higher resolution. Default Value : -111.824341

width

This option allows you to set the default width of the map Default Value : 100%

height

This option allows you to set the default height of the map Default Value : 650px'

dfd_

This option allows you to specify one or more RESO dictionary filter object.

tax_

This option allows you to specify one or more taxonomy filter.

    1. City : tax_city

    2. Postal Code : tax_postalcode

    3. List Agent : tax_listingagent

    4. Bedrooms : tax_bedrooms

    5. Bathrooms : tax_bathrooms

    6. Ownership : tax_ownership

    7. Amenities : tax_amenities

    8. Property Type :tax_propertytype

sp_custom_

This option allows you to specify a custom filter object.

Example: [soldpress-map] (Show map)

Example: [soldpress-map lon=' -111.824341' lat='60.413852'] (Show map at specific coordinates)