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.
- Host: GitHub
- URL: https://github.com/joaquimley/google-maps-birds-eye-view-android
- Owner: JoaquimLey
- License: gpl-2.0
- Created: 2015-05-09T13:35:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T02:59:36.000Z (over 10 years ago)
- Last Synced: 2025-02-15T19:34:45.915Z (8 months ago)
- Language: Java
- Size: 313 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 costumizationTechnology
----------
* [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 2Copyright (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)