public class VgIRouteRequestParameters
extends java.lang.Object
Constructor and Description |
---|
VgIRouteRequestParameters() |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
VgIRouteCallbackRefPtr |
getMCallback()
Callback that will be notified when the route has been commputed.
|
VgIRoutingNodeRefPtrVector |
getMDestinations()
Contains a list of waypoints that must be present on the route.
|
VgStringSet |
getMExcludedAttributes()
Attributes to be excluded from the route (e.g.
|
VgStringSet |
getMExcludedModalities()
Modalities to be excluded from the route (e.g.
|
VgIRoutingNodeRefPtr |
getMOrigin()
Start point of route.
|
VgIRouteRequestType |
getMRequestType()
Tells which apsect of route to optimize (time or distance) default is time
|
void |
setMCallback(VgIRouteCallbackRefPtr value)
Callback that will be notified when the route has been commputed.
|
void |
setMDestinations(VgIRoutingNodeRefPtrVector value)
Contains a list of waypoints that must be present on the route.
|
void |
setMExcludedAttributes(VgStringSet value)
Attributes to be excluded from the route (e.g.
|
void |
setMExcludedModalities(VgStringSet value)
Modalities to be excluded from the route (e.g.
|
void |
setMOrigin(VgIRoutingNodeRefPtr value)
Start point of route.
|
void |
setMRequestType(VgIRouteRequestType value)
Tells which apsect of route to optimize (time or distance) default is time
|
public void delete()
public void setMRequestType(VgIRouteRequestType value)
public VgIRouteRequestType getMRequestType()
public void setMOrigin(VgIRoutingNodeRefPtr value)
public VgIRoutingNodeRefPtr getMOrigin()
public void setMDestinations(VgIRoutingNodeRefPtrVector value)
public VgIRoutingNodeRefPtrVector getMDestinations()
public void setMExcludedAttributes(VgStringSet value)
public VgStringSet getMExcludedAttributes()
public void setMExcludedModalities(VgStringSet value)
public VgStringSet getMExcludedModalities()
public void setMCallback(VgIRouteCallbackRefPtr value)
public VgIRouteCallbackRefPtr getMCallback()