Sarah
Sarah
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
Currently tests are not run on Circle for the new sample app. Evaluate the increase in build time to run this additional test suite. Consider running them only on non...
Catchall ticket for list of deprecated things to remove in a major future release - `ZincStyle`
As the user pans the map, execute a search for nearby places and display them on the map as well as in a list below the map
Currently users can select unnamed places via autocomplete but not directly from the map. We should add a pin which stays centered on the map as the user pans as...
Now that we have an SDK `LogLevel`, allow search and tile request log levels to be configured like they are for routing requests
This is the the master ticket for work related to fully support custom scene files. There are some high level questions to address and relevant issues listed below. This ticket...