Hi ,
I Can display my position from map like below code from QML .But how can I get position point form positionDisplay because I want to get that point and use in buffering geometry in my application.
positionDisplay {
positionSource: PositionSource {
}
}
Thanks.