Can callout data used with MapGraphicsView QT

485
2
12-17-2020 04:43 AM
GirishchandraY
New Contributor II

Hello Team,

Can you please tell us how to load call out data in MapGraphicsView QT.

As we are not using QML.

Thanks,

 

Tags (1)
0 Kudos
2 Replies
by Anonymous User
Not applicable

Currently, there is now widget equivalent for the Callout class.

Having said that, the Callout is only a thin view of a CalloutData, which contains the text, image, and screen position of where it should be displayed.

You can access CalloutData by calling `CalloutData* MapGraphicsView::calloutData()`, and write your own widget -- the key being to display it on the screen at the location provided.

0 Kudos
GirishchandraY
New Contributor II

I don't see  callout widget .I do have data  for every location which I need to show over map view.

Can you suggest how display it Over MapGraphics View.

0 Kudos