public class VgINavigationRequestParameters
extends java.lang.Object
Constructor and Description |
---|
VgINavigationRequestParameters(long pAttributes,
VgINavigationCallbackRefPtr pCallback,
VgIRouteRefPtr pRoute)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
delete() |
VgINavigationCallbackRefPtr |
getMCallback()
Callback to communicate with navigation requester
|
boolean |
getMMergeFloorChangeInstructions()
Merge floor change instructions.
|
VgNavigationModalitiesParametersMap |
getMModalityParameters()
The parameter map.
|
VgIRouteRefPtr |
getMRoute()
Route for which the navigation object is calculated
|
void |
setMCallback(VgINavigationCallbackRefPtr value)
Callback to communicate with navigation requester
|
void |
setMMergeFloorChangeInstructions(boolean value)
Merge floor change instructions.
|
void |
setMModalityParameters(VgNavigationModalitiesParametersMap value)
The parameter map.
|
void |
setMRoute(VgIRouteRefPtr value)
Route for which the navigation object is calculated
|
public VgINavigationRequestParameters(long pAttributes, VgINavigationCallbackRefPtr pCallback, VgIRouteRefPtr pRoute)
pAttributes
- For internall use only, use 0.pCallback
- The callback to be used to communicate with the navigation requesterpRoute
- The route for which the navigation will be constructed.public void delete()
public void setMCallback(VgINavigationCallbackRefPtr value)
public VgINavigationCallbackRefPtr getMCallback()
public void setMRoute(VgIRouteRefPtr value)
public VgIRouteRefPtr getMRoute()
public void setMMergeFloorChangeInstructions(boolean value)
public boolean getMMergeFloorChangeInstructions()
public void setMModalityParameters(VgNavigationModalitiesParametersMap value)
public VgNavigationModalitiesParametersMap getMModalityParameters()