
leftImage
By:
sau1 on
May 12th, 2012 | syntax:
JavaScript | size: 0.20 KB | hits: 22 | expires: Never
//add an image to the left of the annotation
var leftImage = Titanium.UI.createImageView({
image: 'images/start.png',
width: 25,
height: 25
});
annotation.leftView = leftImage;