Property | Type | Default | Description |
---|
alpha | Number | 1 | Opacity of areas. |
autoZoom | Boolean | false | Specifies if the areas should be zoomed-in when user clicks on them, event if zoom properties are not set. |
balloonText | String | [[title]] | Text which is displayed in a roll-over balloon. You can use the following tags: [[title]], [[description]], [[value]] and [[percent]] |
color | String | #FFCC00 | Color of the areas. |
colorSolid | String | #990000 | Color of area with highest value. Colors for areas with values less then highest will be colored with intermediate colors between color and colorSolid. Use colorSteps property of AmMap to change the number of intermediate colors. |
descriptionWindowHeight | Number | | Height of a description window. |
descriptionWindowWidth | Number | 250 | Width of a description window. |
descriptionWindowX | Number | | X position of a description window. |
descriptionWindowY | Number | | Y position of a description window. |
outlineAlpha | Number | 1 | Opacity of area's outline. |
outlineColor | String | #FFFFFF | Color of area's outline. |
outlineThickness | Number | 0.5 | Thickness of area's outline. |
rollOverColor | String | undefined | Color of area when user rolls-over it. |
rollOverOutlineColor | String | #CC0000 | Color of area's outline when user rolls-over it. |
selectable | Boolean | | Specifies if areas are selectable, even no zoom/description/url is set. |
selectedColor | String | #CC0000 | Color of area which is currently selected. |
selectedOutlineColor | String | | Color of selected area's outline. |
unlistedAreasAlpha | Number | 1 | Opacity of all areas which are in the map svg file, but not listed as areas in DataSet. |
unlistedAreasColor | String | #DDDDDD | Color of all areas which are in the map svg file, but not listed as areas in DataSet. |
unlistedAreasOutlineAlpha | Number | 1 | Opacity of all areas' outline which are in the map svg file, but not listed as areas in DataSet. |
unlistedAreasOutlineColor | String | #FFFFFF | Color of all areas' outline which are in the map svg file, but not listed as areas in DataSet. |