[AC-5390] Map module: support Annotations with numbers or letters on it
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | n/a |
Status | Resolved |
Resolution | Not Our Bug |
Resolution Date | 2017-11-20T10:30:52.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | map, maps, ti.map, titanium |
Reporter | Guillermo Figueras |
Assignee | Shak Hossain |
Created | 2017-11-20T09:21:53.000+0000 |
Updated | 2017-11-20T10:30:53.000+0000 |
Description
https://developers.google.com/maps/documentation/javascript/markers?hl=en
https://developers.google.com/maps/documentation/javascript/3.exp/reference#MarkerLabel
Attachments
File | Date | Size |
---|---|---|
markerlabel.png | 2017-11-20T09:20:00.000+0000 | 9787 |
Titanium uses the native Google Maps Android SDK, not the JavaScript API for the Web. Therefore, the above docs and images do not apply for native apps. Looking in the docs, it does not seem to be exposed so far, so you may want to get in touch with Google to expose it or rebuild it using the
customView
property of the annotation.