| Package | Description |
|---|---|
| com.google.gwt.maps.client.services |
| Modifier and Type | Method and Description |
|---|---|
static DistanceMatrixResponseElement |
DistanceMatrixResponseElement.newInstance()
A single element of a response to a DistanceMatrixService request, which contains the duration and distance from one origin to one destination.
|
| Modifier and Type | Method and Description |
|---|---|
JsArray<DistanceMatrixResponseElement> |
DistanceMatrixResponseRow.getElements()
The row's elements, corresponding to the destination addresses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DistanceMatrixResponseRow.setElements(JsArray<DistanceMatrixResponseElement> elements)
The row's elements, corresponding to the destination addresses.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.