DistanceMatrixResponseRow constructor

DistanceMatrixResponseRow({
  1. JSArray<DistanceMatrixResponseElement> elements,
})

Implementation

external DistanceMatrixResponseRow({
  JSArray<DistanceMatrixResponseElement> elements,
});