summaryrefslogtreecommitdiff
path: root/src/location/doc/src/plugins/nokia.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/doc/src/plugins/nokia.qdoc')
-rw-r--r--src/location/doc/src/plugins/nokia.qdoc38
1 files changed, 34 insertions, 4 deletions
diff --git a/src/location/doc/src/plugins/nokia.qdoc b/src/location/doc/src/plugins/nokia.qdoc
index 91a9fe9a..7e2fa512 100644
--- a/src/location/doc/src/plugins/nokia.qdoc
+++ b/src/location/doc/src/plugins/nokia.qdoc
@@ -96,14 +96,44 @@ a prefix.
On systems that have no concept of a shared cache, the application-specific \l{QStandardPaths::CacheLocation} is used instead.
\row
+ \li here.mapping.cache.disk.cost_strategy
+ \li The cost strategy to use to cache map tiles on disk.
+ Valid values are \b bytesize and \b unitary.
+ Using \b bytesize, the related size parameter (\b here.mapping.cache.disk.size) will
+ be interpreted as bytes.
+ Using \b unitary, they will be interpreted as number of tiles.
+ The default value for this parameter is \b bytesize.
+\row
\li here.mapping.cache.disk.size
- \li Map tile disk cache size in bytes. Default size of the cache is 20MB.
+ \li Disk cache size for map tiles. The default size of the cache is 50 MiB when \b bytesize is the cost
+ strategy for this cache, or 1000 tiles, when \b unitary is the cost strategy.
+\row
+ \li here.mapping.cache.memory.cost_strategy
+ \li The cost strategy to use to cache map tiles in memory.
+ Valid values are \b bytesize and \b unitary.
+ Using \b bytesize, the related size parameter (\b here.mapping.cache.memory.size) will
+ be interpreted as bytes.
+ Using \b unitary, they will be interpreted as number of tiles.
+ The default value for this parameter is \b bytesize.
\row
\li here.mapping.cache.memory.size
- \li Map tile memory cache size in bytes. Default size of the cache is 3MB.
+ \li Memory cache size for map tiles. The default size of the cache is 3 MiB when \b bytesize is the cost
+ strategy for this cache, or 100 tiles, when \b unitary is the cost strategy.
+\row
+ \li here.mapping.cache.texture.cost_strategy
+ \li The cost strategy to use to cache decompressed map tiles in memory.
+ Valid values are \b bytesize and \b unitary.
+ Using \b bytesize, the related size parameter (\b here.mapping.cache.texture.size) will
+ be interpreted as bytes.
+ Using \b unitary, they will be interpreted as number of tiles.
+ The default value for this parameter is \b bytesize.
\row
- \li here.mapping.cache.texture.size
- \li Map tile texture cache size in bytes. Default size of the cache is 6MB. Note that the texture cache has a hard minimum size which depends on the size of the map viewport (it must contain enough data to display the tiles currently visible on the display). This value is the amount of cache to be used in addition to the bare minimum.
+ \li osm.mapping.cache.texture.size
+ \li Texture cache size for map tiles. The default size of the cache is 6 MiB when \b bytesize is the cost
+ strategy for this cache, or 30 tiles, when \b unitary is the cost strategy.
+ Note that the texture cache has a hard minimum size which depends on the size of the map viewport
+ (it must contain enough data to display the tiles currently visible on the display).
+ This value is the amount of cache to be used in addition to the bare minimum.
\row
\li here.mapping.highdpi_tiles
\li Whether or not to request high dpi tiles. Valid values are \b true and \b false. The default value is \b false.