Templates
Available tags
ClustererEnabled
Returns True if the clusterer settings is enabled.
RAZOR
@GetBoolean("ClustererEnabled")
ListShowInfoWindowAction
Returns the action to show info window (e.g. dbclick)
RAZOR
@GetString("ListShowInfoWindowAction")
ListShowInfoWindowZoom
Returns the zoom level which defines the resolution of the info window.
RAZOR
@GetInteger("ListShowInfoWindowZoom")
MapCenterLat
Returns the latitude in the coordinates that defines the center of the map.
RAZOR
@GetDouble("MapCenterLat")
MapCenterLng
Returns the longitude in the coordinates that defines the center of the map.
RAZOR
@GetDouble("MapCenterLng")
MapZoom
Returns the zoom level which defines the resolution of the map.
RAZOR
@GetInteger("MapZoom")
MarkerImage
Returns the path to the image that is selected as marker.
RAZOR
@GetString("MarkerImage")
MarkerShowInfoWindowAction
Returns the marker action (e.g. dbclick)
RAZOR
@GetString("MarkerShowInfoWindowAction")
Available loops
GroupGroups
The GroupGroups
loop lets you display available data of the groups defined in Location Groups control of the module paragraph settings.
RAZOR
@foreach (LoopItem item in GetLoop("GroupGroups")){ <p>@item.GetValue("TagName")</p> }
Locations
The Locations
loop lets you display available data of specific location.
RAZOR
@foreach (LoopItem item in GetLoop("Locations")){ <p>@item.GetValue("TagName")</p> }