cfmapitem
9
3
Overview
ColdFusion
Open BlueDragon
Lucee
This tag creates markers on the map.
Attributes
Name | Required | Type | Default | Description | |
---|---|---|---|---|---|
9
3
|
address | No | String | The address of the location to set the map marker. | |
9
3
|
latitude | No | String | The latitude value for the marker, in degrees. | |
9
3
|
longitude | No | String | The longitude value for the marker, in degrees. | |
9
3
|
markerColor | No | String | Indicates the color of the marker. | |
9
3
|
markerIcon | No | String | Location of an image file to use as the marker icon. The attributes markericon and markercolor are mutually exclusive. | |
9
3
|
markerWindowContent | No | String | Static inner html markup to be displayed in the infowindow opened when the marker is clicked. This is mutually exclusive with the markerbind attribute | |
9
3
|
name | No | String | The name of the map. | |
9
|
showMarkerWindow | No | Boolean | true | When true, the marker infowindow is shown. By default, this is false. This is inherited by all cfmapitem tags. |
10
|
showmarkerwinodw | No | String | Flag to show/hide marker window at the location | |
10
|
showuser | No | Boolean | If true, fetches the geo location of the user and adds marker at that location | |
9
3
|
tip | No | String | A short description of the marker location that appears as a tool tip. |