isElevation property

bool get isElevation

graph vertex used in elevation graph ElevationGraph or not.

Example:

// Get vertex elevation flag
bool isElevation = vertex.getIsElevation();
print('Vertex is elevation: $isElevation');

Implementation

bool get isElevation;