[TIMOB-23278] Windows: Ti.Map does not use the region when specified on Windows 10
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-05-09T19:07:42.000+0000 |
Affected Version/s | Release 5.3.0 |
Fix Version/s | Release 5.3.0 |
Components | Windows |
Labels | qe-5.3.0 |
Reporter | Josh Longton |
Assignee | Christopher Williams |
Created | 2016-04-26T21:36:45.000+0000 |
Updated | 2016-05-09T22:01:20.000+0000 |
Description
Windows 10 does not use region where as Windows 8.1 does
*App.js*
var win = Ti.UI.createWindow(),
view = Ti.Map.createView({
mapType: Titanium.Map.NORMAL_TYPE,
region: {latitude:53.645792, longitude:-1.785035}
});
win.add(view);
win.open();
*tiapp.xml*
<windows>
<mapservicetoken>*Insert Token Here*</mapservicetoken>
</windows>
*Steps to reproduce:*
https://github.com/appcelerator/titanium_mobile_windows/pull/678
Merged to 5_3_X, cherry-picked to master.
Verified as fixed Tested on: Microsoft Lumia 640 (10) Windows Simulator (10) Windows 10 Studio: 4.6.0.201605030516 Ti SDK: 5.3.0.v20160509143032 Appc NPM: 4.2.5-5 App CLI: 5.3.0-44 Node v4.4.3 *Closing Ticket.*