MapCircleObject QML Type

MapCircleObject displays a circle on a Map. 更多...

导入语句: import Qt.labs.location 1.0

特性

详细描述

MapCircleObject displays a circle on a Map. The MapIconObject type only makes sense when contained in a Map or in a MapObjectView .

特性文档编制

border group

border.width : int

border.color : color

This property is part of the border group property. The border property holds the width and color used to draw the border of the circle. The width is in pixels and is independent of the zoom level of the map.

The default values correspond to a black border with a width of 1 pixel. For no line, use a width of 0 or a transparent color.


center : coordinate

This property holds the central point about which the circle is defined.

另请参阅 radius .


color : color

This property holds the fill color of the circle when drawn. For no fill, use a transparent color.


radius : real

This property holds the radius of the circle, in meters on the ground.

另请参阅 center .