[TIMOB-4458] Android Boosting the performance of adding annotations
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-06-27T10:34:20.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | n/a |
Components | Android |
Labels | add, addAnnotations, andoid, annotations, performance |
Reporter | Eduardo Gomez |
Assignee | Don Thorp |
Created | 2011-06-20T09:55:13.000+0000 |
Updated | 2011-06-27T10:34:20.000+0000 |
Description
There is a HD Support ticket having this issue: http://support.appcelerator.com/display/APP-578943
It looks like we update the overlay every time an annotation is added, and that is burdening the app.
Affecting therefore the performance of adding multiple annotations.
Use the array form to add annotations to boost performance.