いくつかの解像度 (50x30、70x50、100x70) でさまざまな画像を試しました。それらはすべてチタンアプリで十分ですが、ピクセル効果のないカスタムピンをアプリに入れることはできません.
チタン3.0を使用しています。
カスタム画像を作成して最良の視覚的結果を得るにはどうすればよいですか?
画像ソース: http://imgur.com/a/glhIy#6ceV2Vk
コード:
var annot = Titanium.Map.createAnnotation({
longitude : franchise.direction.loc[0],
latitude : franchise.direction.loc[1],
title : franchise.name,
subtitle : franchise.direction.address,
image : "testing_pin.png",
animate : false,
draggable : false
});
$.mapView.addAnnotation(annot);