Community Questions & Answers
addAnnotation frozes map
Hi, in a simple map view I plan to center map to user location an open annotation: ~~~ Ti.App.addEventListener('set:location', function(_e) { map.setLocation({ latitude : _e.coordinates[0], longitude : _e.coordinates[1], animate :...
annotations from database
Hi guys, I'm having trouble displaying annotations on a map from a database. i get no errors but the annotations still don't display. I've tried on both iphone and android...
MapView annotations z-ordering / layering
I'm getting started using the map view in Titanium.Map, using the Kitchen Sink example to start out. At first I had trouble with `mapview.addAnnotation` — it looks like you cannot call this function except from inside certain event handlers (?),...
Titanium.Map.MapView.addAnnotation = undefined
I don't seem to be able to use the methods *addAnnotation()* or *addAnnotations()* for the mapViews, as they appear to be undefined. Anyone know when/with which version they have been added? And maybe as well, how I can reliably find out, which version...
Showing 1-4 of 4