Create a new node instance.
Compass angle. If the SfM computed compass angle exist is should be provided to override the original EXIF compass angle.
Latitude and longitude in WGS84 datum. If SfM computed latitude and longitude exist they should be provided to override the original EXIF values.
Value indicating whether all tiles required to calculate the edges for this node are cached.
The sequence of nodes that this node belongs to.
Raw node properties.
Array of tiles required for calculating edges of this node.
Get apiNavImIm.
Raw node properties.
Get ca.
Compass angle. If the SfM computed compass angle exist it will be returned, otherwise the original EXIF compass angle.
Get edges.
Array of edges to nodes in the graph to which this node can navigate.
Get edgesCached.
Value indicating whether the edges of this node has been cached.
Get fullPano.
Value indicating whether the node is a complete 360 panorama.
Get hs.
Array of tiles required for calculating edges of this node.
Get image.
Image of node.
Get key.
Unique key of node.
Get latLon.
Latitude and longitude in WGS84 datum. If SfM computed latitude and longitude exist they are returned, otherwise the original EXIF values.
Get loadStatus.
Value indicating the load status of the mesh and image.
Get loaded.
Value indicating whether the node is considered to be fully loaded. To be considered loaded the image has to be loaded and the edges cached.
Get merged.
Value indicating whether SfM has been run on the node and the node has been merged into a connected component.
Get mesh.
SfM triangulated mesh of reconstructed atomic 3D points.
Get pano.
Value indicating whether the node is a panorama. It could be a cropped or full panorama.
Get sequence.
Sequence of nodes to which this node belongs.
Get worthy.
Value indicating whether all tiles required to calculate the edges for this node are cached.
Cache the image.
Observable emitting a load status object every time the load status changes and completes when the image is fully loaded.
Cache the mesh.
Observable emitting a load status object every time the load status changes and completes when the mesh is fully loaded.
Cache the image and mesh assets.
Observable emitting this node whenever the load status has changed and when the mesh or image has been fully loaded.
Cache the navigation edges.
Find the next key in the node sequence with respect to this node.
Find the previous key in the node sequence with respect to this node.
Make this node worthy.
Generated using TypeDoc
Node
Represents a node in the navigation graph.