Interface ITileProvider
Namespace:Mapbox.Unity.Map.Interfaces
Assembly:cs.temp.dll.dll
Syntax
public interface ITileProvider
Properties
Options
Declaration
ITileProviderOptions Options { get; }
Property Value
Methods
Initialize(IMap)
Declaration
void Initialize(IMap map)
Parameters
Type |
Name |
Description |
IMap |
map |
|
SetOptions(ITileProviderOptions)
Declaration
void SetOptions(ITileProviderOptions options)
Parameters
Events
ExtentChanged
Declaration
event EventHandler<ExtentArgs> ExtentChanged
Event Type
Type |
Description |
EventHandler<ExtentArgs> |
|