Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13880] Android: User Location is not marked with pin. Works fine on iOS.

GitHub Issuen/a
TypeBug
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 3.1.1
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterParas Mishra
AssigneeUnknown
Created2013-05-16T10:37:15.000+0000
Updated2018-02-28T20:04:06.000+0000

Description

Android: User Location is not marked with pin.Works fine on iOS. Steps to reproduce: 1. Run the following app
    var _window=Ti.UI.createWindow({
    	backgroundColor:'white'
    });
     
        Titanium.UI.setBackgroundColor('#000');

    _window.title='Test';
    _window.backgroundColor='#000';
    _window.exitOnClose=true;

 
_window.add(Ti.Map.createView({
    userLocation:true
}));
 
_window.open();
2. Check the user's current location. Expected: User's location is pointed by pin on the screen . Actual: User's location is not marked with pin.

Comments

No comments

JSON Source