This is a polyline implementation. The element must be a child of ac-layer
element.
Usage:
<ac-polyline-desc [props]="{position: entity.position,width: entity.widthmaterial: entity.material}"></ac-polyline-desc>
Description of the props :
All other properties of props are the same as the properties PolylineGraphics
and the general properties of Entity
(like position).
​
This is a single polyline implementation. The element must be a child of ac-map
element.
<ac-polyline [props]="{position: position,text: 'labelText',font: '30px sans-serif'color: Cesium.Color.GREEN}"></ac-polyline>
Description of the props :
All other properties of props are the same as the properties PolylineGraphics
and the general properties of Entity
(like position).
This is a polyline primitive implementation. The element must be a child of ac-layer
element.
<ac-polyline-primitive-desc [props]="{position: entity.position,width: entity.widthmaterial: entity.material}"></ac-polyline-primitive-desc>
Description of the props :
All properties of props are the same as the properties Polyline
​