public class ServiceAreaSolveResult
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<Point> |
getFacilities()
Array of points, only returned if ServiceAreaParameters.returnFacilities is set to true.
|
NAMessage |
getMessages()
Message received when solve is completed.
|
com.google.gwt.core.client.JsArray<Point> |
getPointBarriers()
The point barriers are an array of points.
|
com.google.gwt.core.client.JsArray<Polygon> |
getPolygonBarriers()
The polygon barriers are an array of polygons.
|
com.google.gwt.core.client.JsArray<Polyline> |
getPolylineBarriers()
The polyline barriers are an array of polylines.
|
com.google.gwt.core.client.JsArray<Polygon> |
getServiceAreaPolygons()
Array of service area polygons.
|
com.google.gwt.core.client.JsArray<Polyline> |
getServiceAreaPolylines()
Array of service area polylines.
|
public final com.google.gwt.core.client.JsArray<Point> getFacilities()
public final NAMessage getMessages()
public final com.google.gwt.core.client.JsArray<Point> getPointBarriers()
public final com.google.gwt.core.client.JsArray<Polygon> getPolygonBarriers()
public final com.google.gwt.core.client.JsArray<Polyline> getPolylineBarriers()
public final com.google.gwt.core.client.JsArray<Polygon> getServiceAreaPolygons()
public final com.google.gwt.core.client.JsArray<Polyline> getServiceAreaPolylines()