{ "id": "109753", "key": "TIMOB-13340", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2013-02-15T09:54:05.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [ { "id": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:26.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "When you are using MapView with *animate* as *true*, all methods used in MapView uses this animate parameter, and we can't change it in some specific method.\r\n\r\nFor example, if I create a MapView, like this:\r\n\r\n{code:javascript}\r\nvar mapView = Ti.Map.createView({\r\n animate: true\r\n});\r\n{code}\r\n\r\nThis code will be animated:\r\n{code:javascript}\r\nmapView.selectAnnotation( someAnnotation, { animated: false } );\r\n{code}\r\n\r\nWould be awesome if we can remove the animation in some specific methods, like this in example and others, to refresh MapView without user perception.\r\n\r\n*It works with a little hack*\r\n{code:javascript}\r\nmapView.animate = false;\r\nmapView.selectAnnotation( someAnnotation );\r\nmapView.animate = true;\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: Allow selectAnnotation without animation", "creator": { "name": "rafaelks", "key": "rafaelks", "displayName": "Rafael Kellermann Streit", "active": true, "timeZone": "America/Sao_Paulo" }, "subtasks": [], "reporter": { "name": "rafaelks", "key": "rafaelks", "displayName": "Rafael Kellermann Streit", "active": true, "timeZone": "America/Sao_Paulo" }, "environment": "iOS 5.0+, SDK 3.0.2.RC", "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }