[TIMOB-26664] Windows: Ti.Geolocation.lastGeolocation should return string
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-02-27T23:54:11.000+0000 |
Affected Version/s | Release 7.5.0 |
Fix Version/s | Release 8.1.0 |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2018-12-18T01:38:58.000+0000 |
Updated | 2019-03-01T15:49:48.000+0000 |
Description
Ti.Geolocation.lastGeolocation
should return string. On Windows, it returns object.
Ti.API.info(typeof Ti.Geolocation.lastGeolocation);
Expected: It should print string
.
https://github.com/appcelerator/titanium_mobile_windows/pull/1336
FR passed.
PR merged
Closing ticket, fix verified in SDK version 8.1.0.v20190301040201. Test and other information can be found at: https://github.com/appcelerator/titanium_mobile_windows/pull/1336