This is a circle implementation. The element must be a child of ac-layer
element.
<ac-circle-desc props="{position: entity.position,radius: entity.radius,granularity:0.03,}"></ac-circle-desc>
Description of the props :
radius
- Is the semi major axis and semi minor axis..
All other properties of props are the same as the properties EllipseGraphics
and the general properties of Entity
(like position).
​
This is a circle implementation. The element must be a child of ac-map
element.
<ac-circle [props]="{position: position,radius:40000.0,granularity:0.03,}"></ac-circle>
Description of the props :
radius
- Is the semi major axis and semi minor axis..
All other properties of props are the same as the properties EllipseGraphics
and the general properties of Entity
(like position).