|
Online Maps v3
|
Implements the use of elevation data from Mapbox. More...
Public Member Functions | |
| void | SetElevationTexture (Tile tile, Texture2D texture) |
| Sets the elevation texture for the tile. | |
Public Member Functions inherited from OnlineMapsTiledElevationManager< OnlineMapsMapboxElevationManager > | |
| void | StartDownloadElevationTile (Tile tile) |
| Starts downloading elevation data for a tile. | |
Public Attributes | |
| string | accessToken |
| Mapbox access token. | |
Public Attributes inherited from OnlineMapsTiledElevationManager< OnlineMapsMapboxElevationManager > | |
| Action< Tile > | OnDownload |
| Called when data download starts. | |
| Action< Tile, OnlineMapsWWW > | OnDownloadSuccess |
| Called when data is successfully downloaded. | |
| int | zoomOffset |
| Offset of tile zoom from map zoom. | |
| bool | cacheElevations |
| Cache elevations? | |
Implements the use of elevation data from Mapbox.
| void OnlineMapsMapboxElevationManager.SetElevationTexture | ( | Tile | tile, |
| Texture2D | texture ) |
Sets the elevation texture for the tile.
| tile | Tile |
| texture | Texture |