MapCircleObject QML Type
The MapCircleObject displays a circle on a Map. More...
Import Statement: | import Qt.labs.location 1.0 |
Properties
- border
- border.width : int
- border.color : color
- center : coordinate
- color : color
- radius : real
Detailed Description
The MapCircleObject displays a circle on a Map. The MapIconObject type only makes sense when contained in a Map or in a MapObjectView.
Property Documentation
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.
See also 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.
See also center.
© 2019 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.