[TIMOB-24803] Ability to add a label to Polygons on Ti.Map
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2017-07-05T20:20:21.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Victor Vazquez Montero |
Assignee | Eric Merriman |
Created | 2017-06-09T19:16:48.000+0000 |
Updated | 2017-07-05T20:20:21.000+0000 |
Description
H6. Description
When creating polygons on Ti.Map there is no property to put a title in to display in the polygon. Preferably the title should be put on the centroid of the polygon. Another solution would be to have the ability to attach a label to polygon to allow full customization to label as a title.
Technically not possible (not exposed by the native API's). An alternative is to create an annotation with this properties: * no callout / info-window * no pin, but custom-view (view with the label inside) * not clickable That's possible with the current API, please check the docs for possible
Annotation
properties.