summaryrefslogtreecommitdiff
path: root/src/location/doc
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-10-31 18:04:59 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-11-29 12:52:35 +0000
commit13189f0741c755bfbde889e91c67c168faa3709f (patch)
tree1c1c928d49bce1bfea46656df6dfc07ea75a1900 /src/location/doc
parentf59d205a670836cc989ab7f50567bcbb47d56c6f (diff)
downloadqtlocation-13189f0741c755bfbde889e91c67c168faa3709f.tar.gz
Implement QPlaceManagerEngineMapbox
Implements QtLocation's Places functionality, providing points of interests (POIs) support based on Mapbox web services APIs [1]. New 'mapbox' plugin features: - OnlinePlacesFeature - PlaceRecommendationsFeature - SearchSuggestionsFeature - LocalizedPlacesFeature Place icons are kindly provided via Mapbox Maki under CC0 license [2]. [1] https://www.mapbox.com/api-documentation [2] https://www.mapbox.com/maki Change-Id: Ice51abe184908250f584a9c08f70d28e95c30683 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to 'src/location/doc')
-rw-r--r--src/location/doc/src/plugins/mapbox.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/location/doc/src/plugins/mapbox.qdoc b/src/location/doc/src/plugins/mapbox.qdoc
index c04758af..aef0a981 100644
--- a/src/location/doc/src/plugins/mapbox.qdoc
+++ b/src/location/doc/src/plugins/mapbox.qdoc
@@ -66,6 +66,10 @@ The following table lists optional parameters that can be passed to the Mapbox p
\li Parameter
\li Description
\row
+ \li mapbox.enterprise
+ \li Boolean representing whether the access token comes from a
+ \l{https://www.mapbox.com/enterprise}{Mapbox Enterprise} account.
+\row
\li mapbox.mapping.map_id, mapbox.map_id (\b deprecated)
\li \l{https://www.mapbox.com/help/define-map-id/}{ID} of the Mapbox map to show. An example ID is "examples.map-zr0njcqy".
If this parameter is present, the specified map type will be used by default, unless another is selected.