You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/actionbarsherlock/plugins/maps/README.md

610 B

ActionBarSherlock Plugin: Maps

This plugin provides support for the Google API MapView widget through an additional base activity, FragmentMapActivity. Your application must adhere to all of the regular requirements of implementing the Google Map View.

By using FragmentMapActivity you are afforded the use of fragments, loaders, and the action bar--including support for using a MapView within a fragment. You can find examples of these implementations in the 'demos' sample.