The geoPolygon type represents a geographic polygon. 更多...
| import 语句: |
import QtPositioning
|
The geoPolygon type is a geoShape that represents a geographic polygon. It is a direct representation of QGeoPolygon and is defined in terms of a path which holds a list of geoCoordinates in the polygon.
The polygon is considered invalid if its path holds less than three coordinates.
集成 C++ 时,注意任何 QGeoPolygon value passed into QML is automatically converted into a geoPolygon, and vice versa.
|
path : list < geoCoordinate > |
This property holds the list of coordinates defining the polygon.