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

Properties

bool Enabled = true [get, set]
int UpdateInterval = 30 [get, set]
bool DefaultShowLayer = true [get, set]
IconOptions IconOptions [get, set]
TooltipOptionsTooltip = new() { Direction = "top", Content = "{0}" } [get, set]
PopupOptionsPopup [get, set]
string? Css = ".leaflet-vscartographer-pane .leaflet-marker-icon{filter:drop-shadow(1px 0 0 rgba(0,0,0,0.8)) drop-shadow(-1px 0 0 rgba(0,0,0,0.8)) drop-shadow(0 1px 0 rgba(0,0,0,0.8)) drop-shadow(0 -1px 0 rgba(0,0,0,0.8)) drop-shadow(0 0 2px rgba(0,0,0,0.5))}" [get, set]

Property Documentation

◆ Css

string? livemap.configuration.VSCartographer.Css = ".leaflet-vscartographer-pane .leaflet-marker-icon{filter:drop-shadow(1px 0 0 rgba(0,0,0,0.8)) drop-shadow(-1px 0 0 rgba(0,0,0,0.8)) drop-shadow(0 1px 0 rgba(0,0,0,0.8)) drop-shadow(0 -1px 0 rgba(0,0,0,0.8)) drop-shadow(0 0 2px rgba(0,0,0,0.5))}"
getset

◆ DefaultShowLayer

bool livemap.configuration.VSCartographer.DefaultShowLayer = true
getset

◆ Enabled

bool livemap.configuration.VSCartographer.Enabled = true
getset

◆ IconOptions

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

◆ Popup

PopupOptions? livemap.configuration.VSCartographer.Popup
getset

◆ Tooltip

TooltipOptions? livemap.configuration.VSCartographer.Tooltip = new() { Direction = "top", Content = "{0}" }
getset

◆ UpdateInterval

int livemap.configuration.VSCartographer.UpdateInterval = 30
getset

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