{ "id": "172063", "key": "MOD-2450", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "10034", "key": "MOD", "name": "Appcelerator Modules", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "21069", "name": "Release 9.2.0", "archived": false, "released": false } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2020-09-08T17:24:36.000+0000", "created": "2018-08-14T15:09:59.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "2020-Q2", "animations", "annotations", "map", "ti.map" ], "versions": [], "issuelinks": [ { "id": "58425", "type": { "id": "10122", "name": "Gantt: start-finish", "inward": "is triggered by", "outward": "is triggering" }, "outwardIssue": { "id": "175137", "key": "MOD-2648", "fields": { "summary": "Map: Android & iOS parity (addressing Animation & Rotation on Annotation)", "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" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "ashukla", "key": "ashukla", "displayName": "Anil Shukla", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2020-09-08T17:24:36.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "13700", "name": "Map" } ], "description": "Ti.Map annotations should be allowed to animate. This brings better UX to the map.\r\n\r\nImplementation, based on Stackoverflow, seems simple enough: https://stackoverflow.com/questions/26015904/how-to-animate-mapview-annotations-from-one-location-to-another\r\n\r\non ios:\r\n{code:c}\r\n-(void) animateAnnotation:(MyAnnotation*)annotation{\r\n [UIView animateWithDuration:2.0f\r\n animations:^{\r\n annotation.coordinate = newCordinates;\r\n }\r\n completion:nil];\r\n}\r\n{code}\r\n\r\nhttps://stackoverflow.com/a/42057162/249710\r\non Android: \r\n{code:java}\r\nLatLng fromLocation = new LatLng(38.5, -100.4); // Whatever origin coordinates\r\nLatLng toLocation = new LatLng(37.7, -107.7); // Whatever destination coordinates\r\nMarker marker = mMap.addMarker(new MarkerOptions().position(firstLocation));\r\nMarkerAnimation.animateMarkerToICS(marker, toLocation, new LatLngInterpolator.Spherical());\r\n{code}", "attachment": [], "flagged": false, "summary": "Ti.Map: Allow annotation to be animated to new location", "creator": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [ { "id": "174891", "key": "MOD-2595", "fields": { "summary": "iOS | Allow annotation to be animated to new location", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "174892", "key": "MOD-2596", "fields": { "summary": "Android | Allow annotation to be animated to new location", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } } ], "reporter": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "closedSprints": [ { "id": 1201, "state": "closed", "name": "2020 Sprint 14", "startDate": "2020-07-06T15:40:00.000Z", "endDate": "2020-07-17T15:40:00.000Z", "completeDate": "2020-07-20T22:16:28.367Z", "originBoardId": 114 }, { "id": 1202, "state": "closed", "name": "2020 Sprint 15", "startDate": "2020-07-20T22:16:05.601Z", "endDate": "2020-07-31T22:16:00.000Z", "completeDate": "2020-08-03T20:27:12.585Z", "originBoardId": 114 }, { "id": 1203, "state": "closed", "name": "2020 Sprint 16", "startDate": "2020-08-03T20:57:55.114Z", "endDate": "2020-08-14T20:57:00.000Z", "completeDate": "2020-08-14T15:19:51.647Z", "originBoardId": 114 }, { "id": 1204, "state": "closed", "name": "2020 Sprint 17", "startDate": "2020-08-17T15:48:00.000Z", "endDate": "2020-08-28T15:48:00.000Z", "completeDate": "2020-08-31T15:36:28.040Z", "originBoardId": 114 }, { "id": 1205, "state": "closed", "name": "2020 Sprint 18", "startDate": "2020-08-31T15:45:10.220Z", "endDate": "2020-09-11T15:45:00.000Z", "completeDate": "2020-09-11T19:56:20.674Z", "originBoardId": 114 }, { "id": 1192, "state": "closed", "name": "2020 Sprint 8", "startDate": "2020-04-10T18:08:36.092Z", "endDate": "2020-04-24T18:08:00.000Z", "completeDate": "2020-04-24T16:23:30.466Z", "originBoardId": 114 }, { "id": 1194, "state": "closed", "name": "2020 Sprint 9", "startDate": "2020-04-24T17:09:51.572Z", "endDate": "2020-05-08T17:09:00.000Z", "completeDate": "2020-05-08T15:40:07.869Z", "originBoardId": 114 }, { "id": 1195, "state": "closed", "name": "2020 Sprint 10", "startDate": "2020-05-08T16:37:58.282Z", "endDate": "2020-05-22T16:37:00.000Z", "completeDate": "2020-05-21T15:26:11.089Z", "originBoardId": 114 }, { "id": 1196, "state": "closed", "name": "2020 Sprint 11", "startDate": "2020-05-26T15:56:00.000Z", "endDate": "2020-06-05T15:56:00.000Z", "completeDate": "2020-06-08T21:05:50.356Z", "originBoardId": 114 }, { "id": 1198, "state": "closed", "name": "2020 Sprint 12", "startDate": "2020-06-08T21:06:41.849Z", "endDate": "2020-06-19T21:06:00.000Z", "completeDate": "2020-06-19T15:54:38.493Z", "originBoardId": 114 }, { "id": 1199, "state": "closed", "name": "2020 Sprint 13", "startDate": "2020-06-19T16:41:04.099Z", "endDate": "2020-07-02T16:41:00.000Z", "completeDate": "2020-07-02T15:37:12.455Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "440775", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "Here is a full class for Android: https://gist.github.com/barbeau/50bb996c8c7c5b9d4ea0 that implements a {{animateMarkerTo}} function. ", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-08-14T18:34:11.000+0000", "updated": "2018-08-14T18:34:11.000+0000" }, { "id": "440796", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Should be ideally easy to do, but the core team currently needs to focus on more core-tickets that require the full attention at this point. Any PR's are welcome and get be reviewed.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-08-15T10:15:09.000+0000", "updated": "2018-08-15T10:15:09.000+0000" }, { "id": "454935", "author": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "body": "Hi guys,\r\nany news on this? I receive notifications about Sprint and Assignee changes from time to time, but no change/progress in code... \r\nThank you", "updateAuthor": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "created": "2020-04-02T10:43:21.000+0000", "updated": "2020-04-02T10:43:21.000+0000" }, { "id": "454936", "author": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "body": "Hi [~max87], when there's sprints and people assigned, progress is made. You'll be notified as well when status changes from to in progress and resolved. There's movement on the ticket already :)", "updateAuthor": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "created": "2020-04-02T11:15:41.000+0000", "updated": "2020-04-02T11:15:41.000+0000" }, { "id": "455039", "author": { "name": "ashukla", "key": "ashukla", "displayName": "Anil Shukla", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR - https://github.com/appcelerator-modules/ti.map/pull/293", "updateAuthor": { "name": "ashukla", "key": "ashukla", "displayName": "Anil Shukla", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-04-09T05:49:45.000+0000", "updated": "2020-04-21T09:05:03.000+0000" }, { "id": "456709", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed, waiting on Jenkins build.", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-09-03T13:36:06.000+0000", "updated": "2020-09-03T13:36:06.000+0000" }, { "id": "456772", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "*Closing ticket*. Fix verified in SDK version {{9.2.0.v20200908050955}}, and {{9.3.0.v20200908051946}}.\r\n\r\nti.map release: https://github.com/appcelerator-modules/ti.map/releases/tag/v3.4.0-iphone\r\n\r\n*Test and other information can be found at:*\r\nhttps://github.com/appcelerator-modules/ti.map/pull/293", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-09-08T17:24:21.000+0000", "updated": "2020-09-08T17:24:21.000+0000" } ], "maxResults": 12, "total": 12, "startAt": 0 } } }