Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16778] BlackBerry: Map view cannot show user location

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionHold
Resolution Date2015-04-14T17:12:23.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsBlackBerry
Labelslook1
ReporterSteven Lam
AssigneePedro Enrique
Created2013-12-27T11:37:49.000+0000
Updated2017-03-16T20:27:56.000+0000

Description

Steps to Reproduce

Just add a mapview and set userLocation=true

Actual Result

no indicator for showing user location

Expected Result

show have an indicator for showing user location

Test 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

FileDateSize
TC-3478 BlackBerry Simulator Screen shot Mar 27, 2014 7.02.23 PM.jpg2014-03-28T01:18:43.000+000054544
TC-3478 iOS Simulator Screen shot Mar 27, 2014 7.02.23 PM.png2014-03-28T01:18:43.000+0000982609

Comments

  1. Shak Hossain 2014-01-16

    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,
  2. Ingo Muschenetz 2014-06-02

    Downgrading priority due to bandwidth constraints.
  3. Ingo Muschenetz 2015-04-14

    Placing these items on hold for the moment based on community interest.
  4. Lee Morris 2017-03-16

    Closing ticket as BlackBerry is no longer supported by us.

JSON Source