Dart:Scalable Application Development
上QQ阅读APP看书,第一时间看更新

Chapter 9. A Real-Time Visualization

 

There's just something hypnotic about maps.

 
  --Ken Jennings

Maps are indeed hypnotic as are flashing indicator lights, which may give you a rough idea of where the earthquake monitor project is going next. It is the logical format to display all that rich geographical data we are collecting.

An animated display is one step up from a static display, and the step beyond animation is to make it interactive. We will look at accessing the web browser features from Dart in order to integrate to the desktop and work with the user's location.

To work in a professional development environment or to share with the community online, we will need to create documentation from our Dart source.