S2PolylineLayer.this

Specifies that a polyline 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 "polyline.vertex({j, j+1})" can be retrieved as follows:

for (int32 label : label_set_lexicon.id_set(label_set_idsj)) {...}

  1. this(S2Polyline polyline, Options options)
  2. this(S2Polyline polyline, LabelSetIds* label_set_ids, IdSetLexicon* label_set_lexicon, Options options)

Meta