LiveMap API
Loading...
Searching...
No Matches
livemap.configuration.Translocators Class Reference

Properties

bool Enabled = false [get, set]
int UpdateInterval = 30 [get, set]
bool DefaultShowLayer = false [get, set]
IconOptions IconOptions [get, set]
TooltipOptionsTooltip = new() { Direction = "top", Content = "{0}<br>{1}" } [get, set]
PopupOptionsPopup [get, set]
string? Css = ".livemap-marker-translocator { color: #2d704e; }" [get, set]

Property Documentation

◆ Css

string? livemap.configuration.Translocators.Css = ".livemap-marker-translocator { color: #2d704e; }"
getset

◆ DefaultShowLayer

bool livemap.configuration.Translocators.DefaultShowLayer = false
getset

◆ Enabled

bool livemap.configuration.Translocators.Enabled = false
getset

◆ IconOptions

IconOptions livemap.configuration.Translocators.IconOptions
getset
Initial value:
= new() {
Title = "",
Alt = "",
IconUrl = "#svg-spiral",
IconSize = new Point(16, 16),
Pane = "translocators"
}
livemap.data.Point Point
Definition Spawn.cs:3

◆ Popup

PopupOptions? livemap.configuration.Translocators.Popup
getset

◆ Tooltip

TooltipOptions? livemap.configuration.Translocators.Tooltip = new() { Direction = "top", Content = "{0}<br>{1}" }
getset

◆ UpdateInterval

int livemap.configuration.Translocators.UpdateInterval = 30
getset

The documentation for this class was generated from the following file: