spanGeometryVertexIndex property
getter/setter pair
Zero-based index of the geometry vertex that precedes this location.
The span geometry is represented as a series of vertices. This index points to the vertex immediately before the matched location, allowing for interpolation between vertices if needed.
Implementation
int spanGeometryVertexIndex;