Langston Smith
Langston Smith
@idrisadetunmbi , did you ever figure out a slick way to manage your styles? > define a base style that new styles inherit from rather than explicitly defining all the...
Please see https://github.com/nitaliano/react-native-mapbox-gl#deprecation-notice related to this repo's deprecation. Unrelated to React Native: I took the listener log lines from the Maps SDK of Android's test app https://github.com/mapbox/mapbox-gl-native-android/blob/master/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/MapChangeActivity.java and added them...
Thanks for this ticket @tir38 . I transferred it from https://github.com/mapbox/mapbox-android-demo to this repo, which is the repo for the Maps SDK for Android. Your questions and the idea of...
Hi @mortezaomidi , thanks for this great ticket. Although not much has moved in its thread, https://github.com/mapbox/mapbox-plugins-android/issues/819 also tracks the idea of drawing and editing features. These examples are related...
hey @jollygreenegiant . Thanks for using Mapbox. What version of the Places Plugin are you using? If you're not using the latest version, `0.9.0`, please try it. I ask because...
Haven't had any time to dive into this since we "chatted" yesterday. I got a Dark Sky key and used my personal google cloud engine to get a places API...
> Thanks for taking the time to get the API keys and everything to actually take a look at it You're welcome > That said, it looked great before too,...
cc @malwoodsantoro , who's looking into accessibility these days.
@EscapeArtist , the Mapbox demo app uses `.queryRenderedFeatures()` in various ways: https://github.com/mapbox/mapbox-android-demo/search?q=queryRenderedFeatures&unscoped_q=queryRenderedFeatures Then you could read out the information inside of the `Feature`(s) returned by the `.queryRenderedFeatures()` method See https://docs.mapbox.com/android/maps/overview/query...
Two Mapbox demo app examples that could help in some way with this plugin if this plugin is ever worked on: https://github.com/mapbox/mapbox-android-demo/pull/983 https://github.com/mapbox/mapbox-android-demo/pull/868