TITANIUM_FUNCTION(View, removeAllAnnotations)
		{
			removeAllAnnotations();
			return get_context().CreateUndefined();
		}
Beispiel #2
0
AnnotationList::~AnnotationList() {
  removeAllAnnotations();
  removeAllGroups();
}