ORS Android Client
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ORS Android Client
ORS Android Client
/
org.nitri.ors.helper
/
MatrixHelper
Matrix
Helper
class
MatrixHelper
Helpers for the matrix endpoint.
Members
Constructors
Matrix
Helper
Link copied to clipboard
constructor
(
)
Functions
get
Matrix
Link copied to clipboard
suspend
fun
OrsClient
.
getMatrix
(
locations
:
List
<
List
<
Double
>
>
,
profile
:
Profile
,
metrics
:
List
<
String
>
?
=
null
,
sources
:
List
<
Int
>
?
=
null
,
destinations
:
List
<
Int
>
?
=
null
,
resolveLocations
:
Boolean
?
=
null
,
id
:
String
?
=
null
)
:
MatrixResponse
Calls the ORS Matrix endpoint for the given
profile
.