public class MapboxMapMatchingRx
extends com.mapbox.services.api.mapmatching.v5.MapboxMapMatching
The Mapbox Map Matching API snaps fuzzy, inaccurate traces from a GPS unit or a phone to the OpenStreetMap road and path network using the Directions API. This produces clean paths that can be displayed on a map or used for other analysis. This class has support for Rx Observables.
| Modifier and Type | Class and Description |
|---|---|
static class |
MapboxMapMatchingRx.Builder |
| Constructor and Description |
|---|
MapboxMapMatchingRx(MapboxMapMatchingRx.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<com.mapbox.services.api.mapmatching.v5.models.MapMatchingResponse> |
getObservable() |
cancelCall, cloneCall, enqueueCall, executeCall, getCallpublic MapboxMapMatchingRx(MapboxMapMatchingRx.Builder builder)