
上QQ阅读APP看书,第一时间看更新
Iteration overview
The grid view gave a very detailed view of the data obtained from the stack of software that collected the data from the web service, was stored in a database, and was then shared from the database via an API.
For this part of the project, we will reuse every part other than a gridview
, and build a new visualization using a world map.
Let's take a look at how the map view fits into the overall system:

To ensure the map view has some data, the Monitor needs to be running, as does the API.
The main project for this chapter is the mapviewer
project in the sample code bundle.