Class RangeTileProviderOptions
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 RangeTileProviderOptions : ExtentOptions, ITileProviderOptions
Fields
east
Declaration
public int east
Field Value
Type | Description |
---|---|
System.Int32 |
north
Declaration
public int north
Field Value
Type | Description |
---|---|
System.Int32 |
south
Declaration
public int south
Field Value
Type | Description |
---|---|
System.Int32 |
west
Declaration
public int west
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
SetOptions(ExtentOptions)
Declaration
public override void SetOptions(ExtentOptions extentOptions)
Parameters
Type | Name | Description |
---|---|---|
ExtentOptions | extentOptions |
Overrides
SetOptions(Int32, Int32, Int32, Int32)
Declaration
public void SetOptions(int northRange = 1, int southRange = 1, int eastRange = 1, int westRange = 1)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | northRange | |
System.Int32 | southRange | |
System.Int32 | eastRange | |
System.Int32 | westRange |