Cam Mace

Results 9 issues of Cam Mace

As mentioned [on Wikipedia](https://en.wikipedia.org/wiki/Differential_wheeled_robot), > If both the wheels are driven in the same direction and speed, the robot will go in a straight line. If both wheels are turned...

https://www.mapbox.com/labs/nyc-heatmap/

new example :sparkles:
starter-task

Display data-driven-styling in 3d format like shown in this blog post: https://www.mapbox.com/blog/3d-hexbin/

new example :sparkles:
starter-task

Shown in the GIF below, you can see that the user location remains centered while the cars are moving around. When the cars moved towards the edge, the camera zooms...

enhancement :heavy_plus_sign:
new example :sparkles:
work in progress :building_construction:

We are currently using primitive arrays in some cases inside our auto value classes which are potentially mutable, we should look further into this and resolve the issue or suppress...

Currently we only allow the setting of [one Language](https://github.com/mapbox/mapbox-java/blob/master/mapbox/libjava-services/src/main/java/com/mapbox/services/api/geocoding/v5/MapboxGeocoding.java#L553) for the geocoder. The Geocoding API will allow multiple Locales to be passed in. https://github.com/mapbox/MapboxGeocoder.swift/issues/104 Note this needs to be exposed...

Feature

Just spent some time figuring out why my response body was null only to learn that the request was failing with a message `Overview option must be full for congestion`....

When we set cornerRadius to a non-zero value, `CornerPathEffect` is applied which works great until you apply a fill to the graph which results in: I think rather than closing...

Closes #48 This PR fixes the "zigzag" animation when the fill is enabled. In the gif below, you'll notice the line stroke consumes the entire shape rather than just the...