Hi,
I cant get the annotation image on map. But when i click on annotation the image it shows the call out(i am using the routes and as i cant see the annotation i just clicked on the end point of route as there should be some annotation) Here is the code
var annotation = Map.createAnnotation({ image : '/images/pin.png', latitude : parseFloat(resultsFeed.items[poi].latitude), longitude : parseFloat(resultsFeed.items[poi].longitude), title : resultsFeed.items[poi].name, myid : poi, });Here Map is instance of ti.map module, .. I am using google api v2
I alternatively used the customView property and it worked ,... I have to change the annotations image when it shows the call out Please help me finding the solution