[MOD-2477] Android - Module ti.map doesn't expose addPolygons method
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Map |
| Labels | map, module, polygon |
| Reporter | Andrea Vitale |
| Assignee | Unknown |
| Created | 2018-11-28T13:19:08.000+0000 |
| Updated | 2018-11-30T23:43:19.000+0000 |
Description
As per the docs there could be an _addPolygons_ method.
This is present and fully working on iOS but on Android we can only [add one polygon at time](https://github.com/appcelerator-modules/ti.map/blob/master/android/src/ti/map/ViewProxy.java#L722).
No comments