Class TileStatsFetcher
Inheritance
System.Object
TileStatsFetcher
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 TileStatsFetcher
Properties
Instance
Declaration
public static TileStatsFetcher Instance { get; }
Property Value
| Type | Description |
|---|---|
| TileStatsFetcher |
Methods
GetTileStats(VectorSourceType)
Gets the tile stats json for the supplied source Id.
Declaration
public TileStats GetTileStats(VectorSourceType sourceType)
Parameters
| Type | Name | Description |
|---|---|---|
| VectorSourceType | sourceType |
Returns
| Type | Description |
|---|---|
| TileStats | A prepopulated TileStats instance. |