Class Style
- Namespace
- MapLibreNative.Maui.Handlers.Maps
public class Style
- Inheritance
-
Style
- Inherited Members
Constructors
Style(object)
public Style(object platform)
Parameters
platformobject
Properties
IsFullyLoaded
public bool IsFullyLoaded { get; set; }
Property Value
Json
public string Json { get; set; }
Property Value
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; }