MapsIndoorsAndroid
GoogleMapsAdapter
/
com.mapsindoors.googlemaps.services.distancematrix
/
DistanceMatrixService
Distance
Matrix
Service
class
DistanceMatrixService
(
mApiKey
:
String
?
,
mContext
:
Context
)
:
MPDistanceMatrixServiceInterface
Constructors
Functions
Properties
Constructors
Distance
Matrix
Service
Link copied to clipboard
fun
DistanceMatrixService
(
mApiKey
:
String
?
,
mContext
:
Context
)
Functions
get
Matrix
Link copied to clipboard
open
override
fun
getMatrix
(
origins
:
List
<
MPPoint
>
,
destinations
:
List
<
MPPoint
>
,
listener
:
OnDistanceMatrixResultListener
,
insideOut
:
Boolean
)
test
Handle
Response
Link copied to clipboard
fun
testHandleResponse
(
content
:
String
?
,
status
:
Int
,
listener
:
OnDistanceMatrixResultListener
)
Properties
TAG
Link copied to clipboard
val
TAG
:
String