Table of Contents

Class Style

public class Style
Inheritance
Style
Inherited Members

Constructors

Style(object)

public Style(object platform)

Parameters

platform object

Properties

IsFullyLoaded

public bool IsFullyLoaded { get; set; }

Property Value

bool

Json

public string Json { get; set; }

Property Value

string

Layers

public IList<Layer> Layers { get; set; }

Property Value

IList<Layer>

Sources

public IList<Source> Sources { get; set; }

Property Value

IList<Source>

Uri

public string Uri { get; set; }

Property Value

string