Hello!
I’m working on Windows with Corona simulator of version 840
I wrote this code:
myMap = native.newMapView( _W/5, 0, _W - _W/3, _H )
and it is works without any errors just with warning about “not supported in a simulator”
Then I wrote this code:
myMap.mapType = “standard”
And I’ve got an error: attempt to index global ‘myMap’ (a nil value)
What is wrong?
[import]uid: 106224 topic_id: 31616 reply_id: 331616[/import]