I see the following text in the release note of build 744:
“Also fixes typo in deprecation warnings for native.newTextField and native.newMapView.”
What’s deprecated for native.newMapView? [import]uid: 19297 topic_id: 21723 reply_id: 321723[/import]
I see the following text in the release note of build 744:
“Also fixes typo in deprecation warnings for native.newTextField and native.newMapView.”
What’s deprecated for native.newMapView? [import]uid: 19297 topic_id: 21723 reply_id: 321723[/import]
No APIs were deprecated, only the way the event listener was previously created. All the native objects after build 740 use:
object:addEventListener( "name", listener )
[import]uid: 7559 topic_id: 21723 reply_id: 86318[/import]
Thanks Tom. What kind of listeners work with mapView? [import]uid: 19297 topic_id: 21723 reply_id: 86319[/import]
A listener that is called when you request an address.
http://developer.anscamobile.com/reference/index/nativenewmapview [import]uid: 7559 topic_id: 21723 reply_id: 86324[/import]