I am trying to convert the view coordinates (Upper left and lower right corners) to real world coords in lat/lon, and can't figure it out. We are on version 100.4 of the Qt C++ SDK.
Here is the setup that I am using:
m_mapView = new MapGraphicsView(this);
// Create a map using the openStreetMap Basemap
m_map = new Map(BasemapType::OpenStreetMap,37.22296, -80.4139, 12);
m_mapView->setMap(m_map);
Any help would be appreciated