Community Questions & Answers

sliding

Hi all i had written the following code ~~~ function slide(e){ var anim1 = Ti.UI.createAnimation({ left: -320, duration: 1000 }); var anim2 = Ti.UI.createAnimation({ left: 0, duration: 1000 }); ...

Wrap annotation title text?

Im not finding a way to wrap the title text of an annotation ...is it even possible?..I even tried to split the title and use a \n , \r or \r\n characters and mash the strings together but its not working. Has anyone found a solution when your title is...

Hide map annotation title

I have a click event on a map annotation to pull up an overlay, but the tooltip that brings up the title on the annotation comes up on click. If I do a deselct annotation on the map right after I click it, my click event gets run twice. I remove the title...

Rotate Annotation Image

I need to rotate the image on an annotation. I have tried doing a 2Dmatrix on an ImageView and then doing .toImage() of the imageview for the image property of the annotation, but it doesn't rotate the image, it just shows the image in it's original...

Multple annotation Problem

Hi, Here is my code, i m developping an application that detect the restaurant near you, this is working fine, but the problem is that i can only detect one annotation in map, i want a multiple annotations showing on map ~~~ win1 =...

Dynamic annotation json problem

Here is my code, first it tells me that annotations is not defined and when i delete this line, application is closed. here is my code: ~~~ Titanium.Geolocation.distanceFilter = 10; var win1 = Titanium.UI.createWindow({ title:'Window', ...

customView@Ti.Map.Annotation doesn't work

Hello, since v3 I see a new property of [annotation](http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.Map.Annotation). Here my code: ~~~ exports.start = function(line) { var customView = Ti.UI.createView({ backgroundImage :...

zIndex of annotations

Hi, first I add the stations, then routes and finally the busses: ![Screener](http://familientagebuch.de/rainer/img/2013/hamburgerrundfahrt2.png) But if you can see, the bus is partial under the station. How can I solve. The object annotation has no...

MapView Annotation Draggable Functionality

I was hoping someone has found a working draggable annotation code for Titanium 1.6? I couldn't get the code yury wrote to work for me, and troubleshooting that code is a bit out of my league. Anyone know where I should start if I wanted to make map pins...

Remote image on a mapview annotation

I cannot get an image to appear on the map annotations. I'm sure it's something simple. (Developing for iOS using latest (3.1) Titanium everything.) I've tried setting the leftButton to a remote URL (as the doc's suggest), I've tried setting both...

Custom annotation BALLOON

Hello, i am developing a mobile app for iOS and Android (Titanium 3.0.2) that uses maps and annotations. It already uses customized pins, but we also need to customize annotation balloons. I already tried setting a custom view as "leftView" or...

Action on map annotations

Hello, is possible to add a eventlistener to map annotations, if they dont have title/subtitle tag?? i've a custom view to display when an annotation is clicked, something similar to new google maps. but i dont want to show the "title bubble"...

Showing 1-50 of 292 1 2 3 4 5 6