INSIDE_AREA property

int INSIDE_AREA
final

A special value of segmentIndex used for locations inside area geometries. These locations are not located on a segment, and thus do not have an associated segment index.

Implementation

static final int INSIDE_AREA = -1;