就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 6.10.1
Qt Positioning
QML 类型
QtPositioning
List of All Members for QtPositioning
这是完整成员列表为
QtPositioning
,包括继承的成员。
geoCircle
circle
()
geoCircle
circle
(coordinate
center
, real
radius
)
point
coordToMercator
(coordinate
coord
)
coordinate
coordinate
()
coordinate
coordinate
(real
latitude
, real
longitude
, real
altitude
)
coordinate
mercatorToCoord
(point
mercator
)
geoPath
path
()
geoPath
path
(list<coordinate>
coordinates
, real
width
)
geoPolygon
polygon
()
geoPolygon
polygon
(list<coordinate>
coordinates
)
geoPolygon
polygon
(list<coordinate>
perimeter
, list<list<coordinate>>
holes
)
geoRectangle
rectangle
()
geoRectangle
rectangle
(list<coordinate>
coordinates
)
geoRectangle
rectangle
(coordinate
topLeft
, coordinate
bottomRight
)
geoRectangle
rectangle
(coordinate
center
, real
width
, real
height
)
geoShape
shape
()
geoCircle
shapeToCircle
(geoShape
shape
)
geoPath
shapeToPath
(geoShape
shape
)
geoPolygon
shapeToPolygon
(geoShape
shape
)
geoRectangle
shapeToRectangle
(geoShape
shape
)