toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-search
/
com.mapbox.dash.sdk.search.data.datasource
/
MatrixDistanceDataSource
Matrix
Distance
Data
Source
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
interface
MatrixDistanceDataSource
:
BaseDataSource
Inheritors
MatrixDistanceDataSourceImpl
Members
Functions
fetch
Link copied to clipboard
abstract
suspend
fun
fetch
(
coordinates
:
List
<
Point
>
)
:
Result
<
MatrixResponse
>
parse
Response
Link copied to clipboard
open
fun
<
T
>
parseResponse
(
response
:
Response
<
T
>
)
:
Result
<
T
>