summaryrefslogtreecommitdiffstats
path: root/src/location/maps/tiled/qgeotiledmaprequest.h
diff options
context:
space:
mode:
authorDavid Laing <david.laing@nokia.com>2010-09-20 16:22:26 +1000
committerDavid Laing <david.laing@nokia.com>2010-09-20 16:22:26 +1000
commit14615e7bef760963ecffa203d718ba4f30a7115c (patch)
tree7190a03fb666926d18cce65999931f874799c8f1 /src/location/maps/tiled/qgeotiledmaprequest.h
parentfedeb4f6b09ace206478b79090b3df6b96101c5a (diff)
Added connectivity modes to the Maps API.
Diffstat (limited to 'src/location/maps/tiled/qgeotiledmaprequest.h')
-rw-r--r--src/location/maps/tiled/qgeotiledmaprequest.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/location/maps/tiled/qgeotiledmaprequest.h b/src/location/maps/tiled/qgeotiledmaprequest.h
index ededb7c081..973aeff749 100644
--- a/src/location/maps/tiled/qgeotiledmaprequest.h
+++ b/src/location/maps/tiled/qgeotiledmaprequest.h
@@ -56,7 +56,8 @@ class Q_LOCATION_EXPORT QGeoTiledMapRequest
{
public:
QGeoTiledMapRequest();
- QGeoTiledMapRequest(QGraphicsGeoMap::MapType mapType,
+ QGeoTiledMapRequest(QGraphicsGeoMap::ConnectivityMode connectivityMode,
+ QGraphicsGeoMap::MapType mapType,
qreal zoomLevel,
int row,
int column,
@@ -68,8 +69,9 @@ public:
bool operator== (const QGeoTiledMapRequest &other) const;
- QGeoTiledMapData *mapData() const;
+ //QGeoTiledMapData *mapData() const;
+ QGraphicsGeoMap::ConnectivityMode connectivityMode() const;
QGraphicsGeoMap::MapType mapType() const;
int zoomLevel() const;