Searched refs:mapGeometry (Results 1 – 1 of 1) sorted by relevance
320 QGeoTiledMapScene mapGeometry; in screenToMercatorPositions() local321 mapGeometry.setTileSize(tileSize); in screenToMercatorPositions()322 mapGeometry.setScreenSize(QSize(screenWidth,screenHeight)); in screenToMercatorPositions()323 mapGeometry.setCameraData(camera); in screenToMercatorPositions()324 mapGeometry.setVisibleTiles(ct.createTiles()); in screenToMercatorPositions()372 QGeoTiledMapScene mapGeometry; in mercatorToScreenPositions() local373 mapGeometry.setTileSize(tileSize); in mercatorToScreenPositions()374 mapGeometry.setScreenSize(QSize(screenWidth,screenHeight)); in mercatorToScreenPositions()375 mapGeometry.setCameraData(camera); in mercatorToScreenPositions()376 mapGeometry.setVisibleTiles(ct.createTiles()); in mercatorToScreenPositions()