The QGeoMapOverlay class is used to draw overlays on the map. More...
#include <QGeoMapOverlay>
QGeoMapOverlay ( QGeoMapData * mapData ) | |
virtual | ~QGeoMapOverlay () |
virtual void | paint ( QPainter * painter, const QStyleOptionGraphicsItem * option ) = 0 |
The QGeoMapOverlay class is used to draw overlays on the map.
This allows for general drawing to occur in overlays above the map.
Note: This class will be improved between the beta and final releases.
Destroys this map overlay object.
Paints the overlay on painter, using the options option.