[TIMOB-2567] selectAnnotation stopped work since Titanium Developer 1.2.2
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2012-07-20T15:29:24.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | annotation, annotations, ios, iphone, look1, map |
Reporter | Joe Maffia |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:23:01.000+0000 |
Updated | 2017-03-16T20:44:51.000+0000 |
Description
the selectAnnotation seems stopped working just after the upgrade to Titanium Developer 1.2.2
any clue on it?
win = Titanium.UI.createWindow({
// url:e.rowData.test,
backButtonTitle:'Back',
title:e.rowData.tip_user,
barColor:'#336699',
tabBarHidden:true
});
pin = Titanium.Map.createAnnotation({
latitude:e.rowData.lat,
longitude:e.rowData.lng,
title:e.rowData.venue_name, //venue name
subtitle:e.rowData.tip_text, //tips
pincolor:Titanium.Map.ANNOTATION_RED,
animate:true,
myid:1 // CUSTOM ATTRIBUTE THAT IS PASSED INTO EVENT OBJECTS
});
win.add(mapview);
win.add(mapToolbar);
mapview.selectAnnotation(mapview.annotations[0],true);
Resolving as needs more info. Test case is incomplete and all test cases here regarding selectAnnotation pass
Closing ticket as the information that was requested was never provided.