com.google.gwt.maps.client.services
Class DistanceMatrixResponseRow

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.services.DistanceMatrixResponseRow

public class DistanceMatrixResponseRow
extends JavaScriptObject

A row of the response to a DistanceMatrixService request, consisting of a sequence of DistanceMatrixResponseElements, one for each corresponding destination address.

See DistanceMatrixResponseRow API Doc


Constructor Summary
protected DistanceMatrixResponseRow()
           
 
Method Summary
 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.
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DistanceMatrixResponseRow

protected DistanceMatrixResponseRow()
Method Detail

newInstance

public static final DistanceMatrixResponseRow newInstance()

setElements

public final void setElements(JsArray<DistanceMatrixResponseElement> elements)
The row's elements, corresponding to the destination addresses.

Parameters:
elements -

getElements

public final JsArray<DistanceMatrixResponseElement> getElements()
The row's elements, corresponding to the destination addresses.



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.