Been searching for ages and can’t find something that explains why this is happening.
I am trying to add a MapField to my application, but when it loads it just says No Data.
MapField mMapField;
Coordinates mCoordinates;
mCoordinates = new Coordinates(28.135085, -25.900461, 0);
mMapField = new MapField();
mMapField.moveTo(mCoordinates);
mMapField.setZoom(3);
add(mMapField);
BB Maps works on my device and Simulator, but this MapField works on neither the simulator or the actual device, I have a BIS data plan on the device.
Any help will be appriciated.
Thanks
The code that I use, which works on both the simulator and the device is:
So perhpas you should use: