Show / Hide Table of Contents

Class LayerSourceOptions

Inheritance
System.Object
LayerSourceOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:Mapbox.Unity.Map
Assembly:cs.temp.dll.dll
Syntax
[Serializable]
public class LayerSourceOptions

Fields

isActive

Declaration
public bool isActive
Field Value
Type Description
System.Boolean

layerSource

Declaration
public Style layerSource
Field Value
Type Description
Style

Properties

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
Back to top © 2017 Mapbox