Skip to main content

MapMarker

Description

A MapMarker is a property that frames the construct behind a position marker inside a yMap.

FeatureValue
Theme injectable
Possible InputsA-Z, a-z, Any numeric value (integer or decimal), Special characters

Marker Ingredients

latitude

NumberProperty

A numeric value that pictures the angular distance north or south of the equator, measured in degrees.

longitude

NumberProperty

Longitude is the angular distance east or west of the prime meridian, measured in degrees.

label

StringProperty

It is a brief descriptive text for the marker that is used in the user interface.

icon

IconProperty

Provides an svg that is diplayed in the head of the marker.

tooltip

StringProperty

A brief description that is shown, when hovering a certain marker.

Occurrences

Detail Panel

Inside the Detail Panel, a picker can be found to create new marker and manage them - here you can manipulate all the mentioned properties to individualize your markers.

Mapmarker picker inside the detail panel
tip

A new marker can also be created when enabling the option Marker-on-click for the yMap component, by simply clicking inside the map.