public final class TravelBoundary extends Object implements Serializable
GetTravelBoundaryRequest.| Constructor and Description |
|---|
TravelBoundary(IGeometry polygon,
double cost)
Creates TravelBoundary class object.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getCost()
Input cost associated with this TravelBoundary.
|
IGeometry |
getGeometry()
Geometry associated with the cost.
|
public TravelBoundary(IGeometry polygon, double cost)
polygon - Geometry associated with the input cost.cost - A double, cost for which the geometry is generated.