Show / Hide Table of Contents

Class AbstractLayer

Inheritance
System.Object
AbstractLayer
ImageryLayer
TerrainLayer
VectorLayer
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
public class AbstractLayer

Methods

NotifyUpdateLayer(LayerUpdateArgs)

Declaration
protected virtual void NotifyUpdateLayer(LayerUpdateArgs layerUpdateArgs)
Parameters
Type Name Description
LayerUpdateArgs layerUpdateArgs

NotifyUpdateLayer(AbstractTileFactory, MapboxDataProperty, Boolean)

Declaration
protected virtual void NotifyUpdateLayer(AbstractTileFactory factory, MapboxDataProperty prop, bool effectsVectorLayer = false)
Parameters
Type Name Description
AbstractTileFactory factory
MapboxDataProperty prop
System.Boolean effectsVectorLayer

Events

UpdateLayer

Declaration
public event EventHandler UpdateLayer
Event Type
Type Description
System.EventHandler
Back to top © 2017 Mapbox