IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QtPositioning QML Type

The QtPositioning global object provides useful functions for working with location-based types in QML.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QtPositioning QML Type

  • Import Statement: import QtPositioning 6.5

Detailed Description

 
Sélectionnez
import QtPositioning

Item {
    property var coordinate: QtPositioning.coordinate(-27.5, 153.1)
}

Method Documentation

 

geocircle circle()

Constructs an invalid geocircle.

See Also

See also geocircle

geocircle circle(coordinate center, real radius)

Constructs a geocircle centered at center with a radius of radius meters.

point coordToMercator(coordinate coord)

Converts a coordinate coord into a mercator coordinate and returns it.

See Also

See also mercatorToCoord

coordinate coordinate()

Constructs an invalid coordinate.

coordinate coordinate(real latitude, real longitude, real altitude)

Constructs a coordinate with the specified latitude, longitude and optional altitude. Both latitude and longitude must be valid, otherwise an invalid coordinate is returned.

See Also

See also coordinate

coordinate mercatorToCoord(point mercator)

Converts a mercator coordinate into a latitude-longitude coordinate.

See Also

See also coordToMercator

geopath path()

Constructs an empty geopath.

See Also

See also geopath

geopath path(list<coordinate> coordinates, real width)

Constructs a geopath from coordinates and width.

See Also

See also geopath

geopolygon polygon()

Constructs an empty polygon.

See Also

See also geopolygon

geopolygon polygon(list<coordinate> coordinates)

Constructs a polygon from coordinates.

See Also

See also geopolygon

geopolygon polygon(list<coordinate> perimeter, list<list<coordinate>> holes)

Constructs a polygon from coordinates for perimeter and inner holes.

See Also

See also geopolygon

georectangle rectangle()

Constructs an invalid georectangle.

See Also

See also georectangle

georectangle rectangle(coordinate center, real width, real height)

Constructs a georectangle centered at center with a width of width degrees and a hight of height degrees.

See Also

See also georectangle

georectangle rectangle(coordinate topLeft, coordinate bottomRight)

Constructs a georectangle with its top left corner positioned at topLeft and its bottom right corner positioned at bottomRight.

See Also

See also georectangle

georectangle rectangle(list<coordinate> coordinates)

Constructs a georectangle from the list of coordinates, the returned list is the smallest possible containing all the coordinates.

See Also

See also georectangle

geoshape shape()

Constructs an invalid geoshape.

See Also

See also geoshape

geocircle shapeToCircle(geoshape shape)

Converts shape to a geocircle.

See Also

See also geocircle

geopath shapeToPath(geoshape shape)

Converts shape to a geopath.

See Also

See also geopath

geopolygon shapeToPolygon(geoshape shape)

Converts shape to a polygon.

See Also

See also geopolygon

georectangle shapeToRectangle(geoshape shape)

Converts shape to a georectangle.

See Also

See also georectangle

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+