Specifies that a vector of polylines should be constructed using the
given options, and that any labels attached to the input edges should be
returned in "label_set_ids" and "label_set_lexicion".
The labels associated with the edge "polylinei.vertex({j, j+1})" can be
retrieved as follows:
for (int32 label : label_set_lexicon.id_set(label_set_idsij)) {...}
Specifies that a vector of polylines should be constructed using the given options, and that any labels attached to the input edges should be returned in "label_set_ids" and "label_set_lexicion".
The labels associated with the edge "polylinei.vertex({j, j+1})" can be retrieved as follows:
for (int32 label : label_set_lexicon.id_set(label_set_idsij)) {...}