Android Question Why does the map not display?

Mark Read

Well-Known Member
Licensed User
Longtime User
Running this project (emulator or galaxy tab), may generate an error (if no camera is present), allow the app to continue and watch.

A map should be shown using MapquestOSM as tile source (at least it does with me!). Now uncomment line 46
B4X:
MapView1.SendToBack
, the map is not shown......why?

My solution is the black border on the right. This is where the camera panel goes now.
Alternatively, if I tell the camera panel "sendtofront" and let the mapview=100%x, the map is okay. But map to back does not work.

Am I missing something? I have a solution but don't understand why sendtoback should make such a difference.

Many thanks for any help.
Mark
 

Attachments

  • Project1-10.zip
    45.7 KB · Views: 151
Last edited:
Top