diff options
Diffstat (limited to 'doc/src/plugins/jsondb.qdoc')
-rw-r--r-- | doc/src/plugins/jsondb.qdoc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/plugins/jsondb.qdoc b/doc/src/plugins/jsondb.qdoc index a61a05e9..837c7ff5 100644 --- a/doc/src/plugins/jsondb.qdoc +++ b/doc/src/plugins/jsondb.qdoc @@ -32,14 +32,18 @@ \ingroup QtLocation-plugins -\brief Local store for private places. +\brief Local store for user defined favorite places. \section1 Overview -Included with Qt Location is a plugin which stores places in a Json database (aka JsonDb) +Included with Qt Location is a plugin which stores places in a Json Database (aka JsonDb). +This plugin is intended to be used as a local store for user defined favorite places. The JsonDb GeoServices plugin can be loaded by using the plugin key "nokia_places_jsondb". +Note that in order to use this plugin, the JsonDb daemon must be running in the +background. + \section1 Places The Nokia JsonDb provider accesses places stored locally on device. |