Select to view content in your preferred language

I want to create my own symbols and use/Render on MapView...Is it possible...How to Do it?

533
3
02-08-2019 12:49 AM
Girishchandra_Yendargaye
New Contributor III

I want to create my own symbols and use/Render on MapView...Is it possible...How to Do it?

Tags (1)
0 Kudos
3 Replies
LucasDanzinger
Esri Frequent Contributor

You can do this with Graphics. We have a few samples for it in our sample repo. Here is one of them arcgis-runtime-samples-qt/ArcGISRuntimeSDKQt_CppSamples/DisplayInformation/GOSymbols at master · Esr... 

0 Kudos
Girishchandra_Yendargaye
New Contributor III

How to add new symbol??

0 Kudos
MichaelReese
New Contributor

You can create a PictureMarkerSymbol using a QImage and make SimpleRenderer with that symbol. QImages are capable of loading from a file(such as a .png or .jpg). To add them to the map, use a GraphicsOverlay.

0 Kudos