The Mapzen Android SDK is a thin wrapper that packages up everything you need to use Mapzen services in your Android applications. It also simplifies setup, installation, API key management and generally makes your life better.
Everything you need to get going using the Mapzen SDK
- Position, rotation, and zoom
- Add features (markers, polylines, polygons)
- Switching styles
- Gesture responders
The Mapzen Android SDK incorporates several stand-alone libraries for map rendering, location tracking, routing, and search through the following projects:
- Tangram ES- 2D and 3D map renderer using OpenGL ES
- Pelias- Mapzen Search client side wrapper and Android UI components
- On the Road- Mapzen Turn-by-Turn wrapper and other navigation utilities
- Lost- Drop-in replacement for Google Play services Location APIs
For a working example please refer to the SDK sample app.
The Mapzen Places API is a drop in replacement for the Google Places API.
Everything you need to get going using the Mapzen Places API
For a working example please refer to the Places sample app.
An open source privacy-focused reference application built entirely using Mapzen services. With Eraser Map you can see a canonical implementation of mapping, search, and turn-by-turn navigation.
Beta builds of Eraser Map (plus the SDK demo apps and other science projects) are available on the Mapzen Android download page.
If you would like to build the Mapzen Android SDK directly from master, we recommend using Android Studio 3.0. We upgraded our gradle build scripts to take advantage of the new dependency configurations in gradle which means that if you would like to use earlier versions of Android Studio, you will have to revert to the deprecated configuration.