Overview
The map field sample application displays a map with all sites of interest. The sample application demonstrates how to use the MapField API.
Location data is read from a text file and parsed using a string tokenizer class. The data is then used to construct MapFieldDemoSite objects corresponding to RIM® locations around the world. A given site is drawn as a polygon superimposed on the map that is currently displayed.
Next topic: System requirements