Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

Crazy behavior of draggable annotations (iOS)

$
0
0

This is my code:

self.mapview.addAnnotation(Map.createAnnotation({
        latitude : e.coords.latitude,
        draggable : true,
        longitude : e.coords.longitude,
        title : 'Apfelbaum',
        image : '/assets/tree.png',
}));
Obervation: First time seems all OK. After dragging of annotation I see a crazy behavior: If I pan the map (regionchanging) then the annotation doesn't track the map, it tracks the parent we (and walk over the map). It seems it lost the link to map.

Any ideas? ti.map2.0.2, sdk3.2.3.GA


Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>