Show / Hide Table of Contents

Class PresetSubLayerPropertiesFetcher

Inheritance
System.Object
PresetSubLayerPropertiesFetcher
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 static class PresetSubLayerPropertiesFetcher

Methods

GetPresetTypeFromLayerName(String)

Gets the default preset type from supplied layerName.

Declaration
public static PresetFeatureType GetPresetTypeFromLayerName(string layerName)
Parameters
Type Name Description
System.String layerName

Layer name.

Returns
Type Description
PresetFeatureType

GetSubLayerProperties(PresetFeatureType)

Gets the default sub layer properties for the chosen preset type.

Declaration
public static VectorSubLayerProperties GetSubLayerProperties(PresetFeatureType type)
Parameters
Type Name Description
PresetFeatureType type

Type.

Returns
Type Description
VectorSubLayerProperties

The sub layer properties.

Back to top © 2017 Mapbox