Langston Smith
Langston Smith
@zestyping , We've been focusing on several other higher priority pieces of work with the Maps SDK, so none of the Maps Android team has had the time to work...
@keithloughnane , are there any messages in your logcat when the crash happens? Please try searching for `Mbgl`
Have you set a valid Mapbox access token? You can find your token(s) at https://account.mapbox.com/access-tokens. This is the Mapbox plugins repo. Are you trying to use a certain Mapbox plugin?
What is "follow mode like Baidu Map"? Try `locationComponent.setCameraMode(CameraMode.TRACKING);` Camera mode information can be found at https://docs.mapbox.com/android/maps/overview/location-component/#cameramode. There's also this demo app example that enables you to see what the...
> download a baidmap demo Can you share a link so that I can download this demo? I still don't understand what the difference will be between `CameraMode.TRACKING` and Baidu's...
Please try the most up-to-date version of the Places Plugin: https://docs.mapbox.com/android/plugins/overview/places/#add-the-dependency Then cleaned and rebuild the project in Android Studio. I'd highly also recommend that you invalidate cache + restart...
Is it now working for you @fraczekkrzysztof?
Other helpful/related examples: http://jsbin.com/lokimezuyo/edit?html,output https://www.mapbox.com/labs/elementum/
Would still like to see this land. Re-opening.
`lineIntersect` logic: https://github.com/Turfjs/turf/blob/master/packages/turf-intersect/index.ts As is the case with many Turf methods, this method depends on other Turf methods and/or non-Turf libraries. This method uses [`"martinez-polygon-clipping"`](https://github.com/Turfjs/turf/blob/master/packages/turf-intersect/index.ts#L3). https://github.com/w8r/martinez We'd need to consider...