public class DistanceMatrixResponseRow extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
DistanceMatrixResponseRow() |
Modifier and Type | Method and Description |
---|---|
JsArray<DistanceMatrixResponseElement> |
getElements()
The row's elements, corresponding to the destination addresses.
|
static DistanceMatrixResponseRow |
newInstance() |
void |
setElements(JsArray<DistanceMatrixResponseElement> elements)
The row's elements, corresponding to the destination addresses.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final DistanceMatrixResponseRow newInstance()
public final void setElements(JsArray<DistanceMatrixResponseElement> elements)
elements
- public final JsArray<DistanceMatrixResponseElement> getElements()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.