Class describing a graph that connects the sublocations. More...
#include <com/navigine/idl/objc/NCElevationGraph.h>
Inherits NSObject.
Properties | |
| NSArray< NCGraphEdge * > * | edges |
| List of edges that connect two sublocations GraphEdge. | |
| BOOL | valid |
Class describing a graph that connects the sublocations.
Referenced from Location
Definition at line 19 of file NCElevationGraph.h.
|
readnonatomicassign |
List of edges that connect two sublocations GraphEdge.
Swift code snippet:
Objective C code snippet:
Definition at line 34 of file NCElevationGraph.h.
|
readnonatomicassign |
Tells if this object is valid or not. Any method called on an invalid object will throw an exception. The object becomes invalid only on UI thread, and only when its implementation depends on objects already destroyed by now.
Definition at line 42 of file NCElevationGraph.h.