With the general release of the new Google Maps version 3 in November Pegboard will release two new replacement skintags, [pbGoogleMapV3] and [pbSearchResultsGoogleMapV3] in Pegboard version 6.1.4.2.
[pbGoogleMapV3]
GoogleKey
Your Google API Key
DefaultZoom
Google Map zoom level.
Default: 15
PopupInfoMaxWidth
Maximum width of Google Map Info Popup
Address
The address to show on the map.
This field can contain {xxx.xxx} parsed properties
Name
The tooltip text that appears when the user hovers over a the map marker.
This field can contain {xxx.xxx} parsed properties
PopupContent
The HTML content of the popup window that appears when a user clicks on the map marker.
This field can contain {xxx.xxx} parsed properties
[pbSearchResultsGoogleMapV3]
GoogleKey
Your Google API Key
DefaultZoom
Google Map zoom level.
Default: 15
PopupInfoMaxWidth
Maximum width of Google Map Info Popup
AddressFields
A comma delimited list of the fields that make up the address to mark on the map.
IE: AddressFields=” Address1,Address2,Suburb,State,Postcode”
SearchResultsGroup
This is the group name of the search results control to map items from.
MaxLocations
The maximum number of result items to mark on the map.
PopupInfoFormat
The format of the content for the popup info window.
IE: PopupInfoFormat=” <div><h3>{Name}</h3><div>{Address1}</div><div>{Address2}</div><div>{Suburb}</div><div>{State}</div><div>{Postcode}</div></div>”