android icon indicating copy to clipboard operation
android copied to clipboard

Where you can find everything Android from Mapzen

Results 79 android issues
Sort by recently updated
recently updated
newest added

Investigate bringing pelias and on the road into the Android SDK and possibly rebranding them to MapzenSearch/MapzenRouting so that we can eliminate almost 1:1 wrapping that occurs in the Android...

Allow customizing: - Log level - Base url - Cache dir - Request cancellation

We are on 2.0 but at the time of writing the newest version is 2.11 https://github.com/google/dagger/releases

ready

- [x] Switcher to see available basemap styles (https://github.com/mapzen/android/issues/457) - [x] Support for theme selection if basemap has available themes (https://github.com/mapzen/android/issues/463) - [x] Show using custom style with Tron (https://github.com/mapzen/android/issues/481)...

next
Sample App Redesign

- [x] Dropping pins with tap (https://github.com/mapzen/android/issues/487) - [x] Getting driving route (https://github.com/mapzen/android/issues/488) - [x] Drawing route (https://github.com/mapzen/android/issues/488) - [x] Multi-point routing (https://github.com/mapzen/android/issues/488) - [ ] Showing list of directions...

next
Sample App Redesign

Go through all dependencies and re-evaluate their existence in the SDK/remove any unused

The APIs around adding polylines, polygons, and markers are currently unbalanced in that you add individual geometries but then only have the option to clear all of them. We should...

Currently, we return the Tangram `MapData` object when a developer adds a polyline, polygon, or marker using `MapzenMap#addPolyline(Polyline)` etc. This is problematic when combined with `MapzenMap#setPersistMapData(true)` because updating of internal...

Provide something like `MapzenMap#addTransitLine(Polyline)` to allow map to render transit colors and stops out of the box

We should reduce the number of simple but annoying translations that devs have to do when interacting with MapzenSearch/MapzenRouter/MapzenMap components