Show / Hide Table of Contents

Interface IUnifiedTileProvider

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

Methods

Initialize(IUnifiedMap)

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

Events

OnTileAdded

Declaration
event Action<UnwrappedTileId> OnTileAdded
Event Type
Type Description
Action<UnwrappedTileId>

OnTileRemoved

Declaration
event Action<UnwrappedTileId> OnTileRemoved
Event Type
Type Description
Action<UnwrappedTileId>
Back to top © 2017 Mapbox