How to detect QML Map MapImage tapped?
-
How can I detect if a QML Map MapImage is tapped? I have tried using onSelectedChanged but it doesn't get called.
Thanks
Simon
-
The QML bindings for maps in Mobility 1.1 are incomplete – see: http://doc.qt.nokia.com/qtmobility-1.1.0/location-overview.html#qml-support - so there's currently no support for detecting if a MapImage is tapped in any officially release Qt Mobility package.
There's something in the git repository along these lines - which I need to document further today - which might be what you're looking for.