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!
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.