The maps package allows applications to display and control a Google Map interface. To create a Google Map, you must extend MapActivity and implement a MapView in the layout.
This is not a standard package in the Android library. In order to use it,
you must add the following XML element, as a child of the application
element, in your AndroidManifest.xml file:
<uses-library android:name="com.google.android.maps" />
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |