The default bounding box in Tile is based on the geo box of the tile. For data-sources that have 3d data this is not sufficient so the data-source can provide a more accurate bounding box once the data is decoded.
Tile data Copyright holder identifiers.
id
s should be unique. It is recommended to build them from unique identifiers like
registered domain names.
List of {@link @here/harp-geoutils#TileKey}s stored as mortonCodes representing
{@link @here/harp-mapview#Tile}s that have geometry covering this Tile
.
Data sources not defining a bounding box may define alternatively a maximum geometry height in meters. The bounding box of the resulting tile will be extended to encompass this height.
Data sources not defining a bounding box may define alternatively a minimum geometry height in meters. The bounding box of the resulting tile will be extended to encompass this height.
Generated using TypeDoc
This object has geometry data in the form of geometries buffers ready to be used by WebGL. These geometries are not
three.js
objects. They are pure data stored asArrayBuffer
s and metadata describing these buffers.