Offline map packages can be downloadable for arcgis sdk 200.2 for Qt creator ??
Header files related to graphic display such as SimpleMarkerSymbolStyle.h, seems not be included even when I am trying to include, throws error saying "header file not available", related header files ArcgisRuntimeEnvironment.h and SimpleMarkerSymbol.h are included and working. Should I reinstalled the sdk version or it is not supported in qt 6.6.2 version ??
Solved! Go to Solution.
Hey @AnkitaDey
I think what you are looking for is `SymbolTypes.h`, in there you'll find the `SimpleMarkerSymbolStyle` enum class.
Let me know if that helps or if you need anything else.
Hey @AnkitaDey
I think what you are looking for is `SymbolTypes.h`, in there you'll find the `SimpleMarkerSymbolStyle` enum class.
Let me know if that helps or if you need anything else.