<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- qmapcircleobject.cpp --> <title>MapCircleObject QML Type | Qt Location 5.11</title> <link rel="stylesheet" type="text/css" href="style/offline-simple.css" /> <script type="text/javascript"> document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css"); // loading style sheet breaks anchors that were jumped to before // so force jumping to anchor again setTimeout(function() { var anchor = location.hash; // need to jump to different anchor first (e.g. none) location.hash = "#"; setTimeout(function() { location.hash = anchor; }, 0); }, 0); </script> </head> <body> <div class="header" id="qtdocheader"> <div class="main"> <div class="main-rounded"> <div class="navigationbar"> <table><tr> <td ><a href="../qtdoc/index.html">Qt 5.11</a></td><td ><a href="qtlocation-index.html">Qt Location</a></td><td ><a href="qtlocation-qmlmodule.html">QML Types</a></td><td >MapCircleObject QML Type</td></tr></table><table class="buildversion"><tr> <td id="buildversion" width="100%" align="right">Qt 5.11.2 Reference Documentation</td> </tr></table> </div> </div> <div class="content"> <div class="line"> <div class="content mainContent"> <div class="sidebar"> <div class="toc"> <h3><a name="toc">Contents</a></h3> <ul> <li class="level1"><a href="#properties">Properties</a></li> <li class="level1"><a href="#details">Detailed Description</a></li> </ul> </div> <div class="sidebar-content" id="sidebar-content"></div></div> <h1 class="title">MapCircleObject QML Type</h1> <span class="subtitle"></span> <!-- $$$MapCircleObject-brief --> <p>The <a href="qml-mapcircleobject.html">MapCircleObject</a> displays a circle on a Map. <a href="#details">More...</a></p> <!-- @@@MapCircleObject --> <div class="table"><table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import .</td></tr></table></div><ul> <li><a href="qml-mapcircleobject-members.html">List of all members, including inherited members</a></li> </ul> <a name="properties"></a> <h2 id="properties">Properties</h2> <ul> <li class="fn"><b><b><a href="qml-mapcircleobject.html#border-prop">border</a></b></b><ul> <li class="fn"><b><b><a href="qml-mapcircleobject.html#border.width-prop">border.width</a></b></b> : int</li> <li class="fn"><b><b><a href="qml-mapcircleobject.html#border.color-prop">border.color</a></b></b> : color</li> </ul> </li> <li class="fn"><b><b><a href="qml-mapcircleobject.html#center-prop">center</a></b></b> : coordinate</li> <li class="fn"><b><b><a href="qml-mapcircleobject.html#color-prop">color</a></b></b> : color</li> <li class="fn"><b><b><a href="qml-mapcircleobject.html#radius-prop">radius</a></b></b> : real</li> </ul> <!-- $$$MapCircleObject-description --> <a name="details"></a> <h2 id="details">Detailed Description</h2> <p>The <a href="qml-mapcircleobject.html">MapCircleObject</a> displays a circle on a Map. The <a href="qml-mapiconobject.html">MapIconObject</a> type only makes sense when contained in a Map or in a <a href="qml-mapobjectview.html">MapObjectView</a>.</p> <!-- @@@MapCircleObject --> <h2>Property Documentation</h2> <!-- $$$border --> <div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="even" id="border-prop"><th class="centerAlign"><p><a name="border-prop"></a><b>border group</b></p></th></tr><tr valign="top" class="odd" id="border.width-prop"><td class="tblQmlPropNode"><p><a name="border.width-prop"></a><span class="name">border.width</span> : <span class="type"><a href="../qtqml/qml-int.html">int</a></span></p></td></tr><tr valign="top" class="odd" id="border.color-prop"><td class="tblQmlPropNode"><p><a name="border.color-prop"></a><span class="name">border.color</span> : <span class="type"><a href="../qtquick/qml-color.html">color</a></span></p></td></tr></table></div></div><div class="qmldoc"><p>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.</p> <p>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.</p> </div></div><!-- @@@border --> <br/> <!-- $$$center --> <div class="qmlitem"><div class="qmlproto"> <div class="table"><table class="qmlname"> <tr valign="top" class="odd" id="center-prop"> <td class="tblQmlPropNode"><p> <a name="center-prop"></a><span class="name">center</span> : <span class="type"><a href="../qtpositioning/qml-coordinate.html">coordinate</a></span></p></td></tr> </table></div> </div><div class="qmldoc"><p>This property holds the central point about which the circle is defined.</p> <p><b>See also </b><a href="qml-mapcircleobject.html#radius-prop">radius</a>.</p> </div></div><!-- @@@center --> <br/> <!-- $$$color --> <div class="qmlitem"><div class="qmlproto"> <div class="table"><table class="qmlname"> <tr valign="top" class="odd" id="color-prop"> <td class="tblQmlPropNode"><p> <a name="color-prop"></a><span class="name">color</span> : <span class="type"><a href="../qtquick/qml-color.html">color</a></span></p></td></tr> </table></div> </div><div class="qmldoc"><p>This property holds the fill color of the circle when drawn. For no fill, use a transparent color.</p> </div></div><!-- @@@color --> <br/> <!-- $$$radius --> <div class="qmlitem"><div class="qmlproto"> <div class="table"><table class="qmlname"> <tr valign="top" class="odd" id="radius-prop"> <td class="tblQmlPropNode"><p> <a name="radius-prop"></a><span class="name">radius</span> : <span class="type"><a href="../qtqml/qml-real.html">real</a></span></p></td></tr> </table></div> </div><div class="qmldoc"><p>This property holds the radius of the circle, in meters on the ground.</p> <p><b>See also </b><a href="qml-mapcircleobject.html#center-prop">center</a>.</p> </div></div><!-- @@@radius --> <br/> </div> </div> </div> </div> </div> <div class="footer"> <p> <acronym title="Copyright">©</acronym> 2018 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.<br/> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.<br/> 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. </p> </div> </body> </html>