An open API service indexing awesome lists of open source software.

https://github.com/joaquimley/google-maps-birds-eye-view-android

Example for Google maps with camera animator following a route using Polylines.
https://github.com/joaquimley/google-maps-birds-eye-view-android

Last synced: 6 months ago
JSON representation

Example for Google maps with camera animator following a route using Polylines.

Awesome Lists containing this project

README

          

# Google Maps Bird's Eye View

Motivation
----------
Experimenting with Google Maps API v2 for Android, using Polylines as a route, make the camera follow said route with smooth animations and configurable parameters.

Features
--------
* Google Maps API
* Create your route with Polylines
* Camera follows the route with smooth (GPS like) animation
* Full camera costumization

Technology
----------
* [Google Maps API v2](https://developers.google.com/maps/documentation/android/)

Dependencies
------------
* [android-maps-utils](http://googlemaps.github.io/android-maps-utils/)
* [appcompat-v7](https://developer.android.com/tools/support-library/features.html#v7)
* [play-services](http://developer.android.com/google/play-services/index.html)

References
----------
* [Polylines](https://developers.google.com/maps/documentation/android/shapes)

* [Getting the API Key](https://blog-emildesign.rhcloud.com/?p=403)
**Remember that windows based systems the .keystore file path must use the forward slash ( "/" ) instead the usual back slash ( "\" ) given on the example to navigate directories.**

Contribution guidelines
-----------------------
[Git cheat sheet](http://tinyurl.com/mslxyyt) **by** [Ryan Amaral](https://github.com/ryanamaral)

* For each Feature/Module: **Create a new branch (copy from master) with the following syntax:** author/featureName **(i.e.: *ley/navigationDrawerAdapter*)**

* Code review: **Each commit must be clearly explained (keep it short and simple).**

* Testing: **Try to not neglet feature testing (using robotium).**

* Other guidelines: **Always PULL from master before doing any work, doing so keeps the REABASE conflicts to a minimum.**

### Contributors
Joaquim Ley -

#License
GNU GENERAL PUBLIC LICENSE VERSION 2

Copyright (c) 2015 Joaquim Ley

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Read the full license - [GNU GPL](../master/LICENSE.md)