I am working on creating points in geographical map using list of lat and long co-ordinates which are entered in table by user. Here i am not able to achieve it and so far i have explored all around available options.
Hello,
You can create points (and other ArcGIS objects) using `ArcGISRuntimeEnvironment.createObject`. See samples for code example: https://github.com/Esri/arcgis-maps-sdk-samples-qt/blob/main/ArcGISRuntimeSDKQt_QMLSamples/Geometry/CreateGeometries/CreateGeometries.qml#L144
Note that QML API is deprecated in 200.4 and will be removed in future: https://www.esri.com/arcgis-blog/products/sdk-qt/announcements/qml-api-deprecation-and-roadmap/. It's possible to create the points with C++ API and expose them to QML.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.