{ "id": "146014", "key": "TIMOB-18723", "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": "16723", "description": "Windows Platform Support, ListView updates, Vector overlays in maps", "name": "Release 4.1.0", "archived": false, "released": true, "releaseDate": "2015-07-08" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-04-14T13:56:40.000+0000", "created": "2015-03-20T13:48:57.000+0000", "epic": { "id": 146009, "key": "TIMOB-18718", "name": "Windows Geolocation", "summary": "Windows: Implement Ti.Geolocation", "color": { "key": "color_1" }, "done": false }, "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [], "issuelinks": [ { "id": "46767", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "outwardIssue": { "id": "146012", "key": "TIMOB-18721", "fields": { "summary": "Windows: Hook up Ti.Geolocation events", "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 } } } }, { "id": "46764", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "inwardIssue": { "id": "146011", "key": "TIMOB-18720", "fields": { "summary": "Windows: Generate Ti.Geolocation module stub", "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 } } } }, { "id": "46765", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "inwardIssue": { "id": "146013", "key": "TIMOB-18722", "fields": { "summary": "Windows: Implement Ti.Geolocation constants, properties and accessor methods", "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": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-14T20:14:14.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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.Geolocation\r\n\r\nh2. Methods\r\n- getCurrentHeading\r\n http://docs.appcelerator.com/titanium/3.0/#!/api/HeadingResponse\r\n http://docs.appcelerator.com/titanium/3.0/#!/api/HeadingData\r\n- getCurrentPosition\r\n http://docs.appcelerator.com/titanium/3.0/#!/api/LocationResults\r\n http://docs.appcelerator.com/titanium/3.0/#!/api/LocationCoordinates\r\n http://docs.appcelerator.com/titanium/3.0/#!/api/LocationProviderDict\r\n\r\nNote that the responses use special objects, we should use structs to hold them like we do for Point/Dimension/Font/etc. Additionally, those objects hold other specialized properties that should _also_ be represented by structs.\r\n\r\n{code}\r\ngetCurrentHeading( callback ) : void\r\nRetrieves the current compass heading.\r\n\r\nParameters\r\ncallback : Callback (optional)\r\nFunction to invoke on success or failure of obtaining the current heading.\r\nReturns void\r\n --------------\r\ngetCurrentPosition( callback ) : void\r\nRetrieves the last known location from the device.\r\n\r\nOn Android, the radios are not turned on to update the location, and a cached location is used.\r\n\r\nOn iOS the radios may be used if the location is too \"old\".\r\n\r\nParameters\r\ncallback : Callback (optional)\r\nFunction to invoke on success or failure of obtaining the current location.\r\nReturns void\r\n{code}", "attachment": [], "flagged": false, "summary": "Windows: Implement Ti.Geolocation getCurrentHeading and getCurrentPosition methods", "creator": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "environment": null, "closedSprints": [ { "id": 393, "state": "closed", "name": "2015 Sprint 08 Windows", "startDate": "2015-04-12T04:01:20.852Z", "endDate": "2015-04-26T03:59:00.000Z", "completeDate": "2015-04-27T14:31:21.371Z", "originBoardId": 144 } ], "comment": { "comments": [ { "id": "412240", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-14T20:14:14.000+0000", "updated": "2017-03-14T20:14:14.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }