Can i drag AGSSimpleMarkerSymbol and track location changes by dragging? Like MKPinAnnotationView dragging in MapKit with delegate methods of change view state.
You can use a combination of the following methods on `AGSMapViewTouchDelegate`.
(void) - mapView:didTapAndHoldAtPoint:mapPoint:graphics: use this get the tapped graphic
(void) - mapView:didMoveTapAndHoldAtPoint:mapPoint:graphics: use this to update the graphic location to mapPoint
(void) - mapView:didEndTapAndHoldAtPoint:mapPoint:graphics: use this for clean up
Thanks for your answer!
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.