MapsIndoors Android
GoogleMapsAdapter
/
com.mapsindoors.googlemaps.services.distancematrix
/
DistanceMatrixService
/
getMatrix
get
Matrix
open
override
fun
getMatrix
(
origins
:
MutableList
<
MPPoint
>
,
destinations
:
MutableList
<
MPPoint
>
,
avoids
:
MutableList
<
String
>
,
excludes
:
MutableList
<
String
>
,
insideOut
:
Boolean
,
listener
:
OnDistanceMatrixResultListener
)