MapMarker

data class MapMarker(val name: String, val category: String, val mapId: String, val kind: MapMarkerKind, val x: Int, val y: Int, val z: Int)(source)

A named location sourced from BlueMap markers.

Constructors

Link copied to clipboard
constructor(name: String, category: String, mapId: String, kind: MapMarkerKind, x: Int, y: Int, z: Int)

Properties

Link copied to clipboard

The BlueMap marker-set label this marker belongs to (e.g., "Waystones")

Link copied to clipboard

Whether this location is a waypoint or an area center

Link copied to clipboard

The BlueMap map id this marker belongs to

Link copied to clipboard

Human-readable location name (cleaned from sign text)

Link copied to clipboard
val x: Int

Teleport target X coordinate

Link copied to clipboard
val y: Int

Teleport target Y coordinate

Link copied to clipboard
val z: Int

Teleport target Z coordinate