summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomaptype_p.h
diff options
context:
space:
mode:
authorAaron McCarthy <mccarthy.aaron@gmail.com>2015-01-23 14:51:38 +1000
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-01-28 07:53:48 +0000
commit980ec646fb3103988addb7c2e6b3c7f83a99658c (patch)
tree0e6c69a8ecb6c318361ffebb68d5f3593e340f5d /src/location/maps/qgeomaptype_p.h
parentbbb1839392f24fe133ab182ffe36b2e2b0304edf (diff)
downloadqtlocation-980ec646fb3103988addb7c2e6b3c7f83a99658c.tar.gz
Add cycle map type.
Defines CycleMap type which is optimised for cyclists. Change-Id: Ib9076307a7ba0d5ac103220fc3cc816dec53148a Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/location/maps/qgeomaptype_p.h')
-rw-r--r--src/location/maps/qgeomaptype_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location/maps/qgeomaptype_p.h b/src/location/maps/qgeomaptype_p.h
index 2b6faa02..d31dca5c 100644
--- a/src/location/maps/qgeomaptype_p.h
+++ b/src/location/maps/qgeomaptype_p.h
@@ -67,6 +67,7 @@ public:
GrayStreetMap,
PedestrianMap,
CarNavigationMap,
+ CycleMap,
CustomMap = 100
};