summaryrefslogtreecommitdiff
path: root/src/location/doc/src/qtlocation.qdoc
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-02-19 10:06:21 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-02-24 07:58:29 +0000
commit8ba5901e476daf96e0c8c2c3cfd816ebb949610e (patch)
treef70d57521226ca6830c823b0a9ddf66e59000d03 /src/location/doc/src/qtlocation.qdoc
parent3f0ac9ca317fbcd512eb2261a9f1b362c4f25155 (diff)
downloadqtlocation-8ba5901e476daf96e0c8c2c3cfd816ebb949610e.tar.gz
Remove Qt4/QtMobility porting information.
It's no longer relevant as QtMobility is pretty much irrelevant these days. Change-Id: Id23755dea250b9ca637530c08b717723631dd1a5 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/location/doc/src/qtlocation.qdoc')
-rw-r--r--src/location/doc/src/qtlocation.qdoc28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/location/doc/src/qtlocation.qdoc b/src/location/doc/src/qtlocation.qdoc
index e91733c8..48619be2 100644
--- a/src/location/doc/src/qtlocation.qdoc
+++ b/src/location/doc/src/qtlocation.qdoc
@@ -175,32 +175,4 @@ Qt Location available for a new platform.
\li \l {Places Backend} {Places}
\li Information for places backend implementors
\endtable
-
-\section1 New Since Qt 4
-
-In Qt 4 Qt Mobility provided some location functionality for Positioning and Maps
-with Landmarks support. The new Qt Location API has had an extensive reworking
-of \l {Map}s and \l {Place}s (formerly Landmarks). Also both C++ and QML APIs have
-been reworked to be simpler to use.
-
-New features of Qt Location includes
-\list
- \li Maps are now part of the Qt Quick scenegraph, and rendered using
- hardware-accelerated OpenGL.
- \li Arbitrary Qt Quick items on the map are supported using \l MapQuickItem.
- \li Support for map overlays using a model.
- \li Built-in support for pinch-to-zoom gestures, flicking , and panning
- (see \l MapGestureArea).
- \li Vast performance improvements over Qt Mobility 1.2, especially for
- large map polylines and objects in general.
- \li The QML API for routing and geocoding is now available.
- \li Service provider feature detection without having to open all of the
- available plugins.
- \li Unified \l Plugin QML type used by routing, geocoding, maps, and so on,
- with easy-to-set \l PluginParameter.
- \li Landmarks API is replaced by the Places API
- \li \l Place supports viewing of richer content such as reviews, images, and editorials
- \li \l Place supports locale handling, sponsored search results, and supplier attribution
-\endlist
-
*/