Hi, > The code in > qgeoareamonitor_simulator.cpp seems to be generic, so why use it only > for the simulator?
We've had something like that on our radar for a while (we used the Maemo 5 backend with a few changes to make the usage of the generic QGeoAreaMonitor more power efficient). If you checkout out the master branch of Qt Mobility you should see that we've changed the code to use the generic backend when there isn't any native support for QGeoAreaMonitor. It will make use of the platform default QGeoPositionInfoSource, so it's not much help on the desktop at present. We have some other stuff we need to work out in this area with regard to custom QGeoPositionInfoSources, so I'll add a note to try to work out how to associate custom custom QGeoPositionInfoSources with the generic QGeoAreaMonitor. Cheers, Dave _______________________________________________ Qt-mobility-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback
