Show / Hide Table of Contents

Interface ITileProvider

Namespace:Mapbox.Unity.Map.Interfaces
Assembly:cs.temp.dll.dll
Syntax
public interface ITileProvider

Properties

Options

Declaration
ITileProviderOptions Options { get; }
Property Value
Type Description
ITileProviderOptions

Methods

Initialize(IMap)

Declaration
void Initialize(IMap map)
Parameters
Type Name Description
IMap map

SetOptions(ITileProviderOptions)

Declaration
void SetOptions(ITileProviderOptions options)
Parameters
Type Name Description
ITileProviderOptions options

Events

ExtentChanged

Declaration
event EventHandler<ExtentArgs> ExtentChanged
Event Type
Type Description
EventHandler<ExtentArgs>
Back to top © 2017 Mapbox