Slightly off topic but it is related to the table/list view so…
The docs state:
"myMap = native.newMapView( left, top, width, height )
Renders a MapView within the specified boundaries and returns a Corona display object. This object can be moved or rotated like any other display object."
However they do not behave like regular display objects as they cannot be added to other display objects and other display objects cannot be added to the mapview object.
This causes two problems:
- A map view cannot be used within a tab view
- Buttons cannot be loaded onto a mapview [import]uid: 9371 topic_id: 6055 reply_id: 20932[/import]