Langston Smith

Results 92 comments of Langston Smith

This will be resolved when #968 lands. #968's https://github.com/mapbox/mapbox-plugins-android/commit/0c64cf98a75eb3cf3f0d4f3470ac56e1e9caab0d commit resolves this. ![62816121-78447c80-bad7-11e9-8bb2-de27e22c3a2b](https://user-images.githubusercontent.com/4394910/62816139-bd68ae80-bad7-11e9-8f8f-793710c317e4.gif)

@mortezahosseinee , https://docs.mapbox.com/android/maps/examples/symbol-layer-info-window/ is what the example that @LukasPaczos linked to above, looks like.

>it shows how to convert a custom layout into a bitmap, supply it to the map and make it interactive. https://docs.mapbox.com/android/maps/examples/symbol-layer-info-window/ also converts a custom layout to a bitmap

Right now on this pr, I get the following error when I run `make publish` after running `build-release`: ``` * What went wrong: Execution failed for task ':plugin-annotation:publishMapboxPluginPublicationPublicationToMavenLocal'. > Failed...

So weird because there's only one `.aar` file per plugin after I do `make build-release`. I guess I'm misunderstanding something about a _MavenPublication_. ![Screen Shot 2019-07-02 at 3 29 33...

This is on hold as we continue to explore alternative ways to deploy our products

Thanks for the suggestion @tschlarman . It does look like greater UI flexibility would be helpful. https://github.com/mapbox/mapbox-plugins-android/pull/968 will provide a better UI experience: - set the toolbar color: https://github.com/mapbox/mapbox-plugins-android/pull/968/files#diff-36af8a1392fec13fc4ca708aa512636eR112 -...

> Hi! Are there any updates on that? Hey @titovnikita , we haven't had the bandwidth to work on this 😕 Sorry.

@tobrun , would this just be adding ```java public GeoJsonSource getGeoJsonSource() { return geoJsonSource; } ``` to `AnnotationManager.java`? Then `FillManager`,`LineManager`, etc. would have access to `.getGeoJsonSource()`

cc @zestyping as fyi that this is moving.