Hello!
I would like to know how to remove google maps from a storyboard scene …
I do so:
[lua]if map then
map:removeSelf()
map = nil
end[/lua]
The map disappears but does not change the scene …
If you remove the map definitely, this is not the case and now the scene changes …
Can someone tell me why?
It is urgent …
Thank you,
Tiago Eirinha