{ "id": "146013", "key": "TIMOB-18722", "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:29.000+0000", "created": "2015-03-20T13:46:34.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": "46763", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "outwardIssue": { "id": "146010", "key": "TIMOB-18719", "fields": { "summary": "Windows: Implement Ti.Geolocation geocoding 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 } } } }, { "id": "46768", "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": "46765", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "outwardIssue": { "id": "146014", "key": "TIMOB-18723", "fields": { "summary": "Windows: Implement Ti.Geolocation getCurrentHeading and getCurrentPosition 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 } } } }, { "id": "46761", "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 } } } } ], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-16T22:40:13.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": "This is to ensure we have proper setters/getters set up in TitaniumKit (likely already done for us by stub generation), and then to hook up the relevant properties in the Windows subclass - typically overriding some setters to take action.\r\n\r\nh2. Constants\r\n- ACCURACY_BEST R O\r\n- ACCURACY_BEST_FOR_NAVIGATION R O\r\n- ACCURACY_HIGH R O\r\n- ACCURACY_HUNDRED_METERS R O\r\n- ACCURACY_KILOMETER R O\r\n- ACCURACY_LOW R O\r\n- ACCURACY_NEAREST_TEN_METERS R O\r\n- ACCURACY_THREE_KILOMETERS R O\r\n- ACTIVITYTYPE_AUTOMOTIVE_NAVIGATION R O\r\n- ACTIVITYTYPE_FITNESS R O\r\n- ACTIVITYTYPE_OTHER R O\r\n- ACTIVITYTYPE_OTHER_NAVIGATION R O\r\n- AUTHORIZATION_ALWAYS R O\r\n- AUTHORIZATION_AUTHORIZED R O\r\n- AUTHORIZATION_DENIED R O\r\n- AUTHORIZATION_RESTRICTED R O\r\n- AUTHORIZATION_UNKNOWN R O\r\n- AUTHORIZATION_WHEN_IN_USE R O\r\n- ERROR_DENIED R O\r\n- ERROR_HEADING_FAILURE R O\r\n- ERROR_LOCATION_UNKNOWN R O\r\n- ERROR_NETWORK R O\r\n- ERROR_REGION_MONITORING_DELAYED R O\r\n- ERROR_REGION_MONITORING_DENIED R O\r\n- ERROR_REGION_MONITORING_FAILURE R O\r\n- ERROR_TIMEOUT R O\r\n- PROVIDER_GPS R O\r\n- PROVIDER_NETWORK R O\r\n- PROVIDER_PASSIVE R O\r\n\r\nh2. Properties\r\n- accuracy\r\n- activityType\r\n- distanceFilter\r\n- hasCompass R O\r\n- headingFilter\r\n- lastGeolocation R O\r\n- locationServicesAuthorization\r\n- locationServicesEnabled R O\r\n- pauseLocationUpdateAutomatically\r\n- purpose\r\n- showCalibration\r\n- trackSignificantLocationChange\r\n\r\nh2. Methods\r\n- getAccuracy\r\n- getActivityType\r\n- getDistanceFilter\r\n- getHasCompass\r\n- getHeadingFilter\r\n- getLastGeolocation\r\n- getLocationServicesAuthorization\r\n- getLocationServicesEnabled\r\n- getPauseLocationUpdateAutomatically\r\n- getPurpose\r\n- getShowCalibration\r\n- getTrackSignificantLocationChange\r\n- setAccuracy\r\n- setActivityType\r\n- setDistanceFilter\r\n- setHeadingFilter\r\n- setLocationServicesAuthorization\r\n- setPauseLocationUpdateAutomatically\r\n- setPurpose\r\n- setShowCalibration\r\n- setTrackSignificantLocationChange", "attachment": [], "flagged": false, "summary": "Windows: Implement Ti.Geolocation constants, properties and accessor 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": "349442", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/214", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-04-14T08:13:21.000+0000", "updated": "2015-04-14T08:13:21.000+0000" }, { "id": "413399", "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-16T22:40:13.000+0000", "updated": "2017-03-16T22:40:13.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }