Sarah
Sarah
With the introduction of a `GenericHttpHandler` interface and SDK base classes, we should provide top-level APIs for: `MapzenSearch#setHttpHandler(MapzenSearchHttpHandler)` `MapzenRouter#setHttpHandler(MapzenRouterHttpHandler)` `MapzenMap#setHttpHandler(MapzenMapHttpHandler)` Currently implementing developers need to access the underlying Pelias, Turn...
After Tangram is updated https://github.com/tangrams/tangram-es/issues/1542
Recommendations in the README should be enough https://twitter.com/JakeWharton/status/876530803420917761 https://twitter.com/JakeWharton/status/876541923036733442
Inspired by: https://github.com/mapzen/eraser-map/issues/723
Dependent on: https://github.com/tangrams/tangram-es/issues/1542
The cartography team is going to be adding support for themes which will allow toggling labels without loading a new scene Dependent on: https://github.com/tangrams/refill-style/issues/52 https://github.com/tangrams/refill-style/issues/54 And Tangram-es 0.6.x or higher
https://github.com/mapzen/on-the-road_android/issues/119
When Pelias has support for alternative names (https://github.com/pelias/pelias/issues/194) we should add a central point in the SDK where we can configure a `Locale` to be used on `MapzenMap`, `MapzenRouter`, and...
We currently allow configuring a `Locale` when the map is loaded via `MapFragment`'s and `MapView`'s `getMapAsync(MapStyle mapStyle, Locale locale, final OnMapReadyCallback callback)`. We should also provide a `MapzenMap#setLocale` method to...