OptionalafterOptionalafterAn optional hook to be called just after a point is removed.
OptionalafterAn optional hook to be called just after a point is updated.
OptionalbeforeAn optional hook to be called just before a point is inserted.
If the hook returns false, the point is not inserted.
OptionalbeforeAn optional hook to be called just before a point is removed.
If the hook returns false, the point is not removed.
OptionalbeforeAn optional hook to be called just before a point is updated.
If the hook returns false, the point is not updated.
OptionalborderThe width, in pixels, of the border around vertices and lines.
OptionalcolorThe main color of the shape. Affects lines, vertices, surfaces and labels.
OptionalfloorThe floor elevation, in meters.
OptionalfontThe label font size.
OptionalfontThe label font weight.
OptionallabelThe specific opacity of the labels.
OptionallineA custom formatter for the line label.
OptionallineThe width, in pixels, of lines.
OptionalpickableMake labels pickable.
OptionalsegmentA custom formatter for segment labels.
OptionalshowShows the line that is the vertical projection of the line on the plane at the floorElevation.
OptionalshowShows floor vertices.
OptionalshowShows the line that connects each vertex.
OptionalshowDisplay a label for the entire line.
OptionalshowDisplay labels for each segment of the line.
OptionalshowShow the surface polygon.
OptionalshowDisplay a label for the surface.
OptionalshowDisplay a label for each vertex.
OptionalshowDisplay labels for vertical lines.
OptionalshowShow vertical lines that connect each vertex to each floor vertex.
OptionalshowShow vertices.
OptionalsurfaceA custom formatter for the surface label.
OptionalsurfaceAn optional function to compute the location of the surface label.
OptionalsurfaceThe opacity of the surface.
OptionalvertexA custom formatter for the vertex labels.
OptionalvertexThe radius, in pixels, of vertices.
OptionalverticalA custom formatter for vertical line labels.
An optional hook to be called just after a point is inserted.