[AC-1613] Ti Map unexpected behavior when draging an annotation
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2014-09-17T20:24:47.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator Modules |
Labels | TCSupportTriage, annotation, custom, drag, mapv2, pin |
Reporter | Ahmed Roshdy |
Assignee | Mauro Parra-Miranda |
Created | 2014-09-09T17:41:34.000+0000 |
Updated | 2016-03-08T07:38:05.000+0000 |
Description
Dragging an annotation with a custom pin causes a replica of the original annotation to be created. The newly created annotation is now the one draggable, while the original one keeps in original position. When the dragging ends, both annotation are shown on map.
Similar problem could not be recreated when using the default pin for annotations.
Hello! Can you please provide a test case that reproduces the issue in the form of app.js? Please specify which version of the mobile SDK being used, the version of the Android OS in your device, which device, etc. Best Regards!
Thanks for the prompt response. I am using titanium SDK: 3.3.0.GA Android ver: 4.1.2 I have an update regarding the issue: I discovered that even removeAnnotation is not working when a custom pin image is set. Unfortunately I am using Alloy not the usual app. If you like I can paste XML, TSS and Js files of the problematic piece of software Cheers
After further investigation I found the bug is from the app itself not the module. The bug was due to circular annotation creation on app focus. Please mark this as closed