Fork me on GitHub

Maps V2 Android

Guide for the new Android Maps V2 API. Includes a sample app, full source code, screencast and guides.
View on GitHub

Introduction

This repository contains a number of projects that will help you get up to speed with Google Maps v2 on Android with ActionBarSherlock 4.3.1

It contains the following folders :

Tutorial

The tutorial guides can be found in the docs folder of this project. The sample application is part of a 6-part tutorial covering

Part 1 : Setting up the Maps component with ActionBarSherlock

Part 2 : Drawing on the Map - Markers and polylines

Part 3 : Animating the Map

Part 4 : Migrating from v1 maps to v2 maps

Part 5 : Using Google APIs - Directions and Places API

Part 6 : Common errors / mistakes when using the Maps API