-
mapKey
A key that is used for the map activation. Read more.
-
mapCenterLat
The initial latitude of the map according which it is centering.
-
mapCenterLng
The initial longitude of the map according which it is centering.
-
mapZoom
The initial map zoom.
-
mapBorderThickness
An integer that specifies the thickness of the map border.
-
mapBorderColor
The color of the map border.
-
mapZoomControlVisible
A Boolean value that sets whether the map zoom controls are visible.
-
mapPositionControlVisible
A Boolean value that sets whether the map position controls are visible.
-
mapTypeControlVisible
A Boolean value that sets whether the map type controls are visible.
-
mapDebugMode
A Boolean value that sets whether the map debug mode is turned on.
-
localizationMap
Translated 'MAP' into another language.
-
localizationSatellite
Translated 'SATELLITE' into another language.
-
localizationHybrid
Translated 'HYBRID' into another language.
-
markerIconFile
The absolute or relative URL of the marker icon. Supported file formats: JPG, PNG, GIF. A relative path must be relative to the HTML file. Absolute URLs must include the protocol reference, such as http://. On-default there is a 'house' icon.
-
markerLineColor
The color of the line "marker-decription".
-
markerLineVisible
A Boolean value that sets whether the marker line is visible.
-
markerHasShadow
A Boolean value that sets whether the marker has shadow.
-
markerWaveColor
The color of the marker waves.
-
markerWaveScale
An integer that specifies the marker waves size.
-
markerWaveOffsetX
The offset of the marker waves according X-direction, in pixels.
-
markerWaveOffsetY
The offset of the marker waves according Y-direction, in pixels.
-
markerWaveVisible
A String value that indicates whether the controls are visible. Acceptable values are "None", "Always" and "Selected".
-
markerInfoParams
The list of parameters that visible when mouse is over marker. Parameters are taken from XML file. For example, in XML file:
- ...
- <param caption="Listing ID">222934</param>
<param caption="Address">1590 LITTLE RAVEN</param>
<param caption="Baths">1</param>
<param caption="Bedrooms">1</param>
<param caption="Price">323000</param>
- ...
- So you should write in 'Info window - Display params' the same captions of necessary parameters, thay you want to be displayed.
For exmaple, you write in XML all necessary parameter (captions), and then in 'Display params' of 'Info Window' and 'Locations table' you write necessary names of this parameters that you want to be displayed.
-
markerInfoBgColor
The background color of the marker info list.
-
markerInfoBgTransparent
Indicates the alpha transparency value of the background of the marker info. Valid values are 0 (fully transparent) to 1 (fully opaque).
-
markerInfoOffsetX
The offset of the marker info list according X-direction, in pixels.
-
markerInfoOffsetY
The offset of the marker info list according Y-direction, in pixels.
-
markerInfoFontFamily
The font name for marker info text.
-
markerInfoFontSize
The point size for the marker info font.
-
markerInfoFontColor
The color of the marker info font.
-
detailsPadding
The space between detailed description of the marker and its edges.
-
detailsBgColor
Background color of the detailed description of the marker.
-
detailsBgTransparent
Indicates the alpha transparency value of the background of the detailed description of the marker. Valid values are 0 (fully transparent) to 1 (fully opaque).
-
detailsFontFamily
The font name for marker description text.
-
detailsFontSize
The point size for the marker description font.
-
detailsFontColor
The color of the marker description text.
-
detailsLineSpacing
Spacing between text lines in the marker description.
-
detailsVisible
A Boolean value that sets whether the detailed description is visible.
-
detailsTitleFontColor
The color of the titles in the detailed description.
-
detailsTitleFontBold
A Boolean value that sets whether the titles of the detailed description are bold.
-
detailsLinkCaption
The caption of the hyperlink in the description.
-
detailsLinkFontFamily
The font name for the link text.
-
detailsLinkFontSize
The point size for the link font.
-
detailsLinkFontColor
The color of the link text in the description.
-
detailsLinkFontHighlight
The highlight color of the link text in the description.
-
detailsLinkFontBold
A Boolean value that sets whether the link text of the detailed description is bold.
-
detailsPhotoWidth
The width of the image from the description, in pixels.
-
detailsPhotoHeight
The height of the image from the description, in pixels.
-
detailsPhotoBgColor
Background color of the image from the description.
-
detailsPhotoBorderThickness
An integer that specifies the border thickness of the image from the description.
-
detailsPhotoBorderColor
Border color of the image from the description.
-
detailsPhotoLoadingColor
The color of the loading icon for the mage from the description.
-
tableParams
-
The list of parameters that visible in the table. Parameters are taken from XML file. For example, in XML file:
- ...
- <param caption="Listing ID">222934</param>
<param caption="Address">1590 LITTLE RAVEN</param>
<param caption="Baths">1</param>
<param caption="Bedrooms">1</param>
<param caption="Price">323000</param>
- ...
- So you should write in 'Locations table - Display params' the same captions of necessary parameters, thay you want to be displayed.
For exmaple, you write in XML all necessary parameter (captions), and then in 'Display params' of 'Info Window' and 'Locations table' you write necessary names of this parameters that you want to be displayed.
-
tableMargin
The top margin between map and the table with parameters.
-
tableBorderThickness
An integer that specifies the border thickness of the table with parameters.
-
tableBorderColor
The color of the table border.
-
tableVisibleRowCount
The number of visible rows in the table with parameters.
-
tableHeaderHeight
The height of the table header row with the names of the columns, in pixels.
-
tableHeaderBgColorTop
The top background color of the table header with the names of the columns.
-
tableHeaderBgColorBottom
The bottom background color of the table header row with the names of the columns.
-
tableHeaderLinesColor
The color of the lines in header row between columns.
-
tableHeaderFontFamily
The font name for the header row text in the table.
-
tableHeaderFontSize
The point size for the font of the header row text in the table.
-
tableHeaderFontColor
The font color of the header row text in the table.
-
tableHeaderFontBold
A Boolean value that sets whether the header row text of the table is bold.
-
tableRowHeight
The height of the table rows, in pixels.
-
tableRowPadding
The padding of the table rows from the left edge, in pixels.
-
tableRowBgColor
The background color of the table rows.
-
tableRowBgHighlight
The higlight background color of the table rows.
-
tableRowLinesColor
The color of the lines in table rows.
-
tableRowFontFamily
The font name for the text in the table rows.
-
tableRowFontSize
The point size for the font of the text in the table rows.
-
tableRowFontColor
The color of the table rows font.
-
tableRowFontHighlight
The highlight color of the table rows font.