NodeFeatureKeys

Property keys carried on node features. MapLibre styles nodes by reading these back out through feature expressions, so every value the map needs to draw a node must be written here — a layer cannot reach into the ViewModel.

Properties

Link copied to clipboard
const val BACKGROUND: String
Link copied to clipboard
const val CHIP: String

Which rasterized chip image this node's marker should use. See NodeChipLayer.

Link copied to clipboard
const val FOREGROUND: String
Link copied to clipboard
const val IS_FAVORITE: String
Link copied to clipboard
const val IS_ONLINE: String
Link copied to clipboard
const val IS_SELF: String
Link copied to clipboard
const val LAST_HEARD: String
Link copied to clipboard
const val LONG_NAME: String
Link copied to clipboard
const val NODE_NUM: String
Link copied to clipboard
Link copied to clipboard
const val SHORT_NAME: String