diff options
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/location/places_map/doc/src/places_map.qdoc b/examples/location/places_map/doc/src/places_map.qdoc index 00703a09..7c6f3c1c 100644 --- a/examples/location/places_map/doc/src/places_map.qdoc +++ b/examples/location/places_map/doc/src/places_map.qdoc @@ -31,7 +31,7 @@ \ingroup qtlocation-examples \brief The Places Map example demonstrates how to search for and display a list of places - on a map using a MapItemView + on a map using a MapItemView. \image places_map.png The example displays a map of the current location or, if no position is diff --git a/examples/location/planespotter/doc/src/planespotter.qdoc b/examples/location/planespotter/doc/src/planespotter.qdoc index 62c6dd34..574f2c72 100644 --- a/examples/location/planespotter/doc/src/planespotter.qdoc +++ b/examples/location/planespotter/doc/src/planespotter.qdoc @@ -31,7 +31,7 @@ \ingroup qtlocation-examples \brief The \c {Plane Spotter} example demonstrates the tight integration of - location and positioning data types into QML + location and positioning data types into QML. \image planespotter.png diff --git a/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp b/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp index 71a75041..c0d7f24b 100644 --- a/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp +++ b/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp @@ -65,7 +65,7 @@ QT_BEGIN_NAMESPACE \ingroup qml-QtLocation5-maps \since QtLocation 5.5 - \brief The MapPolygon type displays a polygon on a Map + \brief The MapPolygon type displays a polygon on a Map. The MapPolygon type displays a polygon on a Map, specified in terms of an ordered list of \l {QtPositioning::coordinate}{coordinates}. For best appearance and results, polygons should be |