{ "id": "112666", "key": "TIMOB-13516", "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": "15486", "description": "2013 Sprint 10 API", "name": "2013 Sprint 10 API", "archived": true, "released": true, "releaseDate": "2013-05-20" }, { "id": "15108", "description": "2013 Sprint 10", "name": "2013 Sprint 10", "archived": true, "released": true, "releaseDate": "2013-05-20" }, { "id": "15478", "description": "Release 3.1.1", "name": "Release 3.1.1", "archived": true, "released": true, "releaseDate": "2013-06-17" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-05-15T00:04:06.000+0000", "created": "2013-04-10T20:53:26.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-testadded" ], "versions": [ { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [], "assignee": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:44:15.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": "It still seems to be missing \"longitudeDelta\" and \"latitidueDelta\" properties on the \"regionchanged\" event. Without it, it's impossible to calculate the current lat/lon area (box) the user is currenlty viewing.", "attachment": [], "flagged": false, "summary": "Android: Maps V2 Module - Missing \"longitudeDelta\" and \"latitudeDelta\" properties on the \"regionchanged\" event", "creator": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "251913", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_modules/pull/115\nTest case:\n{code}\nvar MapModule = require('ti.map');\n\nvar win = Ti.UI.createWindow({\n\tbackgroundColor: \"white\"\t\n});\n\nvar map = MapModule.createView({\n userLocation: true,\n mapType: MapModule.NORMAL_TYPE,\n animate: true,\n region: {latitude: -33.87365, longitude: 151.20689, latitudeDelta: 0.1, longitudeDelta: 0.1 }, //Sydney\n top: 0,\n left: 0,\n height: 500\n});\n\nmap.addEventListener(\"regionchanged\", function(e){\n\tTi.API.info(\"longitude = \" + e.longitude + \", latitude = \" + e.latitude);\n\tTi.API.info(\"longitudeDelta = \" + e.longitudeDelta + \", latitudeDelta = \" + e.latitudeDelta);\n});\n\nwin.add(map);\nwin.open();\n{code}\nFor FR, please run the above test case. Move/zoom in/zoom out the map and check the log.", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-14T21:28:36.000+0000", "updated": "2013-05-14T21:28:36.000+0000" }, { "id": "252266", "author": { "name": "roel", "key": "roel", "displayName": "roel", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Thank you! I can confirm the deltas are now changing.", "updateAuthor": { "name": "roel", "key": "roel", "displayName": "roel", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-16T13:38:59.000+0000", "updated": "2013-05-16T13:38:59.000+0000" }, { "id": "254449", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified lat and long deltas are showing on region change including map tilt with:\nMac OS 10.8.3\nSafari: 6.0.4\nXcode 4.6.2\nCLI: 3.1.1-alpha\ntitanium-code-processor: 1.0.1-alpha\nAlloy: 1.1.3-alpha\nAppcelerator Studio, build: 3.1.1.201305271814\nTitanium SDK version 3.1.1.v20130524180421\n\nOn:\nNexus 4 4.2.1\nNexus 10 4.2", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-28T23:41:45.000+0000", "updated": "2013-05-28T23:41:45.000+0000" }, { "id": "259235", "author": { "name": "jfbomber@yahoo.com", "key": "jfbomber@yahoo.com", "displayName": "Jason Foster", "active": true, "timeZone": "America/Denver" }, "body": "Not Showing for me on : \r\nNexus 7 (4.2.2)\r\nBuild : 3.1.1.201306112235", "updateAuthor": { "name": "jfbomber@yahoo.com", "key": "jfbomber@yahoo.com", "displayName": "Jason Foster", "active": true, "timeZone": "America/Denver" }, "created": "2013-06-24T20:12:06.000+0000", "updated": "2013-06-24T20:12:06.000+0000" }, { "id": "260924", "author": { "name": "p0las", "key": "p0las", "displayName": "pawel", "active": true, "timeZone": "America/Los_Angeles" }, "body": "still not working for me in 3.1.1\r\nhttp://polas.net/noDelta.jpg\r\nSAMSUNG GT-N7000", "updateAuthor": { "name": "p0las", "key": "p0las", "displayName": "pawel", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-07T00:54:55.000+0000", "updated": "2013-07-07T00:54:55.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }