Skip to main content

Mapbox Marker

This node should be placed as a child in the Mapbox Map node, it can be used in a repeater.

Inputs

DataDescription
ColorSets the color of the marker.
z-IndexSets the z-Index of the marker.
DraggableMake the marker draggable.
RotationSets the rotation of the marker.
Rotation AlignmentSets the rotation alignment marker.
Pitch AlignmentSets the pitch alignment marker.
Offset XSets the marker x offset.
Offset YSets the marker y offset.
LongitudeSets the current active longitude.
LatitudeSets the current active latitude.
TooltipAdd a custom tooltip using the Mapbox tooltips, this will oonly work on the default markers.

Outputs

DataDescription
LongitudeThe current active longitude.
LatitudeThe current active latitude.
WidthThe width of the marker container.
HeightThe height of the marker container.
Screen Position XThe amount of pixels between the left side of the window and the left side of the map container.
Screen Position YThe amount of pixels between the top of the window and the top side of the map container.
SignalDescription
ClickSends a signal when the user clicks on the marker.
Drag StartSends a signal when marker is starting to be dragged.
DragSends a signal when marker is being dragged.
Drag EndSends a signal when marker is dragged ended.
Did MountSends a signal when the marker have been loaded.
Will UnmountSends a signal when the marker is unloaded.