{ "id": "84229", "key": "TIMOB-6855", "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": [ { "id": "13503", "description": "Sprint 2012-14 Core", "name": "Sprint 2012-14 API", "archived": true, "released": true, "releaseDate": "2012-07-13" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-12-21T05:45:35.000+0000", "created": "2011-12-22T15:36:58.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "api", "module_androidmapv2", "parity", "qe-manualtest" ], "versions": [ { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "issuelinks": [ { "id": "14357", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "84176", "key": "TIMOB-6831", "fields": { "summary": "iOS: Function to get the current latitudeDelta and longitudeDelta from a MapView", "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": "High", "id": "2" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-08-07T23:40:41.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h4. PROBLEM DESCRIPTION\r\nCustomer wants to be able to regenerate a map centered in a given location, but drawing the region with the same level of zoom that the user is using right now.\r\n\r\nh4. STEPS TO REPRODUCE\r\n1. Create a mapview centered in the whitehouse\r\n2. Zoom the map\r\n3. The user provided another point to center in the map. \r\n4. Before the redraw, they need to know the current latitudeDelta and longitudeDelta after the zoom. ", "attachment": [], "flagged": false, "summary": "Android: Function to get the current latitudeDelta and longitudeDelta from a MapView", "creator": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "subtasks": [], "reporter": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "environment": null, "comment": { "comments": [ { "id": "177071", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This feature will be implemented by iOS as the following propeties on {{Ti.Map.View}}:\r\n\r\n* {{Ti.Map.View.latitudeDelta}}\r\n* {{Ti.Map.View.longitudeDelta}}\r\n\r\nAnd will be in 1.9.0-only (new feature).\r\n\r\nThis ticket is a clone of the iOS ticket for parity.", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-22T15:38:21.000+0000", "updated": "2011-12-22T17:12:42.000+0000" }, { "id": "177088", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "See the iOS ticket for testing information; we updated KitchenSink.", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-22T17:32:07.000+0000", "updated": "2011-12-22T17:32:07.000+0000" }, { "id": "200473", "author": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "body": "We need to make sure that this feature works in consistent way for Android, iOS and Mobile Web platforms before resolving this ticket.", "updateAuthor": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-26T18:46:58.000+0000", "updated": "2012-06-26T18:48:41.000+0000" }, { "id": "201432", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Test steps:\r\n1. KS -> Base UI -> Views -> Map View\r\n2. Zoom the map\r\n3. Check the log. Expected output (numbers may vary):\r\n{code}\r\nI/TiAPI (22255): maps region has updated to -84.352852,33.623978,0.674678,0.494384\r\nI/TiAPI (22255): 0.674678,0.494384\r\nI/TiAPI (22255): latitudeDelta property matches event values\r\nI/TiAPI (22255): longitudeDelta property matches event values\r\n{code}", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-07-03T14:59:38.000+0000", "updated": "2012-07-03T14:59:38.000+0000" }, { "id": "201433", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR https://github.com/appcelerator/titanium_mobile/pull/2504", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-07-03T14:59:56.000+0000", "updated": "2012-07-03T14:59:56.000+0000" }, { "id": "214077", "author": { "name": "rumbrasas", "key": "rumbrasas", "displayName": "Rima Umbrasas", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed with \r\nmobile sdk-2.2.0.v20120810080115\r\nTitanium Studio, build: 2.1.1.201207271312\r\nDevice:\r\nGalaxy S III Android version 4.0.4\r\n", "updateAuthor": { "name": "rumbrasas", "key": "rumbrasas", "displayName": "Rima Umbrasas", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-13T11:28:16.000+0000", "updated": "2012-08-13T11:28:16.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }