Map does not appear

Hi. I am programming the following app: when I click a button the longitude and latitude appear and a map with a position marker. I have a problem with the map: it does not appear ( the area appears blue colored or a grid

If the area appears blue you probably see that because your LocationSensor has not yet determined a location change or satellite fix. The default location prior to a location changed event is 0,0 . A latitude and longitude located off the west coast of Africa which is located in the South Atlantic Ocean. The map shows blue for water areas.

A grid shows sometimes when one uses the Mapa1.DesplazaA control and the app cannot find the correct OpenStreetMap tile to display.

You have other issues including trying to set the list of Providers they way you did. I would eliminate the LocationSensorNombreDeProveedor block from Screen1.Inicializar block.

What can I do so that the map appears instead of the grid?

The webviewer does not work either. It appears a failed link and the message ERR_UNKNOWN_URL_SCHEME

The top Block sometimes fails to find the correct tile and the Map displays a grid.

I use the CenterFromString and ZoomLevel Blocks instead of the single block. The map ALWAYS goes to the map image. :wink: provided the LocationSensor changed event works.

I don't recommend the way you showed to post a map.

It will work if latitude and longitud are not 0,0.
However, the lower blocks

will display a map centered at 30.11,-90

Why aren't you using the Map component?