In this chapter, we covered many aspects of mapping using Qt Location and Qt Positioning. We can get satellite information with QGeoSatelliteInfo, and locate the exact current position coordinates with QGeoPositionInfo. We learned how to use Qt Quick Map and different map providers to show the current location. We covered how to provide a route with RouteModel, search for places nearby using PlaceSearchModel, and show them using MapItemView.
In the next chapter, we will discuss audio and video with Qt Multimedia.