Description 

This component is used to define a marker that will be displayed in the view of the MapLocationContainer component from its address. The address must be properly formatted and known to the online mapping systems. The color of the marker varies according to the status of the point to which it is linked. It is possible to click on the marker to be redirected to the linked target.

The address must generally be of the type No., StreetName, PostCode City Country. Some addresses with another format may be recognized depending on the case but this is not guaranteed. If the address is not found, a window is displayed when loading the view to indicate this.


Implementation  

  • Drag and drop the component into a MapLocationContainer component of the station.  
  • Activate the component. 
  • Define the address, the path of the linked point and the link of the target to which the marker refers.

 


Properties

  • Enabled: Activates the marker to display on the map.
  • Address: Address for placing the marker on the map. This must be recognized by the mapping system.
  • Marker Status Ord: Ord of the point or the set up which will be used to animate the color of the marker according to its status (optional)
  • Marker Hyper Link: The target link to which the user is sent when clicking on the marker
  • Marker Color: The color of the marker if no marker status ord provided
  • Marker Icon: Name of the icon to display on the marker. The list of possible icons can be found on this page: http://fontawesome.io/cheatsheet/
  • Popup Background: the background color of the popup
  • Popup Foreground: the foreground of the popup
  • Popup Icone Name: the icon of the button in the popup
  • Popup button background: the background color of the button in the popup
  • Markdown: Popup content that will be displayed when clicking the marker. If there is no content inside this slot, no popup will show on marker click


The address must be properly formatted and known to the online mapping systems. The color of the marker varies according to the status of the point to which it is linked. It is possible to click on the marker to be redirected to the linked target.

The address must generally be of the type No., StreetName, PostCode City Country. Some addresses with another format may be recognized depending on the case but this is not guaranteed. If the address is not found, a window is displayed when loading the view to indicate this.