elementGeometry

Returns the coordinates of the given element on the path. If the element is a spot element, the returned list contains a single point. If the element is a segment element, the returned list contains a sequence of points from the element start to the element end, including all the intermediate points. If the element is not in the snapshot, the returned list is empty.

Important: This is a Public Preview API. It may be changed or removed at any time.

Return

List of coordinates for the given element.

Parameters

element

Horizon element to return geometry for.