[TIMOB-16778] BlackBerry: Map view cannot show user location
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Hold |
Resolution Date | 2015-04-14T17:12:23.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | BlackBerry |
Labels | look1 |
Reporter | Steven Lam |
Assignee | Pedro Enrique |
Created | 2013-12-27T11:37:49.000+0000 |
Updated | 2017-03-16T20:27:56.000+0000 |
Description
Steps to Reproduce
Just add a mapview and set userLocation=trueActual Result
no indicator for showing user locationExpected Result
show have an indicator for showing user locationTest case
var _window = Ti.UI.createWindow({
backgroundColor : 'white'
});
Titanium.UI.setBackgroundColor('#000');
_window.title = 'Test';
_window.backgroundColor = '#000';
_window.exitOnClose = true;
//iOS Test
var MapModule = require('ti.map');
_window.add(MapModule.createView({
userLocation : true
}));
/*BlackBerry Test
_window.add(Titanium.Map.createView({
userLocation : true
}));
*/
_window.open();
Attachments
File | Date | Size |
---|---|---|
TC-3478 BlackBerry Simulator Screen shot Mar 27, 2014 7.02.23 PM.jpg | 2014-03-28T01:18:43.000+0000 | 54544 |
TC-3478 iOS Simulator Screen shot Mar 27, 2014 7.02.23 PM.png | 2014-03-28T01:18:43.000+0000 | 982609 |
Hi Steve, Can you please post your test code? It will help us to expedite the review process. We can then provide you a work-around or recommendation. Thanks,
Downgrading priority due to bandwidth constraints.
Placing these items on hold for the moment based on community interest.
Closing ticket as BlackBerry is no longer supported by us.