Show / Hide Table of Contents

Class LocationPrefabCategoryOptions

Inheritance
System.Object
LocationPrefabCategoryOptions
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 LocationPrefabCategoryOptions

Methods

GetCategoryFromMakiTag(String)

Gets the LocationPrefabCategories category that the maki tag belongs to.

Declaration
public static LocationPrefabCategories GetCategoryFromMakiTag(string makiTag)
Parameters
Type Name Description
System.String makiTag

Maki tag

Returns
Type Description
LocationPrefabCategories

The LocationPrefabCategoriescategory from maki tag.

GetMakiListFromCategory(LocationPrefabCategories)

Gets the maki tags list from a LocationPrefabCategories category

Declaration
public static List<string> GetMakiListFromCategory(LocationPrefabCategories category)
Parameters
Type Name Description
LocationPrefabCategories category LocationPrefabCategories
Returns
Type Description
System.Collections.Generic.List<System.String>

The list of maki tags from supplied category.

Back to top © 2017 Mapbox