Book Image

Dart By Example

By : David Mitchell
Book Image

Dart By Example

By: David Mitchell

Overview of this book

Table of Contents (17 chapters)
Dart By Example
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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.