mapbox-java icon indicating copy to clipboard operation
mapbox-java copied to clipboard

The Mapbox Java SDK – Java wrappers around Mapbox APIs and other location data

Results 93 mapbox-java issues
Sort by recently updated
recently updated
newest added

Hi all, I'm using Mapbox Navigation SDK (mapbox-android-sdk:8.6.0-alpha.2, mapbox-android-navigation:0.43.0-alpha.1) to navigate along an pedestrian itinerary set by waypoints that my server computed. To do so, I'm using map-matching function quite...

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...

### Description In terms of `Navigation for Android` exists 2 types of `Navigation`([Router](https://github.com/mapbox/mapbox-navigation-android/blob/d45035512a/libnavigation-base/src/main/java/com/mapbox/navigation/base/route/Router.kt)), it's `Offline` and `Online`. Both of them needs `Route-URL` provider.(`Offline` and `Online` are different _modules_ , have...

Feature
Directions

Hi, I was wondering if there’s a timeline on when the boolean functions will be ported to Java. I tried a lot of other libraries and it looks like turf.js...

Turf

The mapMatching API doesn't work with routes that disobey traffic laws. We are providing routes for first-responders (fire, law-enforment, EMS, etc.) who don't always need to obey traffic laws so...

This is a request for either a rewrite or alternative implementation of the current GeoJson module found [here](https://github.com/mapbox/mapbox-java/blob/master/services-geojson). We need a high performance implementation that has a minimal memory footprint....

GeoJson

We only support a subset of TurfMeasurement. This ticket tracks making that class feature complete. Unsupported features include items as: - http://turfjs.org/docs/#centerOfMass - https://turfjs.org/docs/#center - https://turfjs.org/docs/#pointOnFeature - .. Turf-java is...

Turf

Recently we had a regression on the SNAPSHOT builds related to this repo. The issue was related to rotating AWS access tokens and this regression went unnoticed for a couple...

Support http://turfjs.org/docs/#greatCircle, js source code [here](https://github.com/Turfjs/turf/blob/master/packages/turf-great-circle/lib/arc.js).

Turf

Feature request to make a port of cheap-ruler to java: - https://github.com/mapbox/cheap-ruler - https://github.com/mapbox/cheap-ruler-cpp

Feature