Josh Erb
Josh Erb
Possibly a duplicate of #7862, but it feels unique enough that I'm opening up a new issue to address it. A user posted to the Android Plugins repo last week...
By default, `L.mapbox.style.marker` points to a deprecated Mapbox API (`v4/marker`): https://github.com/mapbox/mapbox.js/blob/3ac9871841ada8076edc6386f63f0a6dbb853802/src/marker.js#L23-L26 This integration needs to either be updated to retrieve some other default marker or be removed entirely.
If you create a map using a `.styleLayer` and add the `shareControl` to your map. The share control will not provide you with a valid link to share:  relies on expressions, but currently the [Android equivalent](https://github.com/mapbox/mapbox-android-demo/blob/master/MapboxAndroidDemo/src/main/java/com/mapbox/mapboxandroiddemo/examples/query/SelectBuildingActivity.java) does not leverage this. I think this might be a good opportunity to refactor the `SelectBuildingActivity` to...
What kind of issue is this? - [ ] **Questions** are better to ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/mapbox+android). We are actively monitoring the questions there and oftentimes, others have already asked...
### Description When making a forward Geocoding request, all the placemarks in the response should have their usual attributes (i.e. the attributes included in a vanilla `cURL` request to the...
The Static Image API now allows clients to pass certain style parameters with static image requests. More context can be found on the public documentation pages: https://docs.mapbox.com/api/maps/#style-parameters. Although this feature...
Currently, if I try to change labels in a Custom Map style to a Right-to-Left language (e.g. Arabic, Farsi, Hebrew, etc.) the style displayed in Power BI will not properly...