|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| void | setMOption (VgIRoutingNodeOption value) |
| VgIRoutingNodeOption | getMOption () |
| void | setMDistanceThreshold (float value) |
| float | getMDistanceThreshold () |
| void | setMLayerName (String value) |
| String | getMLayerName () |
| void | setMExcludedEdgeModalities (VgStringSet value) |
| VgStringSet | getMExcludedEdgeModalities () |
| VgIRoutingNodeParameters () | |
An object containing parameters to perform a getRoutingNode from a position.
| VgIRoutingNodeParameters.VgIRoutingNodeParameters | ( | ) |
| float VgIRoutingNodeParameters.getMDistanceThreshold | ( | ) |
| VgStringSet VgIRoutingNodeParameters.getMExcludedEdgeModalities | ( | ) |
| String VgIRoutingNodeParameters.getMLayerName | ( | ) |
| VgIRoutingNodeOption VgIRoutingNodeParameters.getMOption | ( | ) |
References VgIRoutingNodeOption.swigToEnum().
| void VgIRoutingNodeParameters.setMDistanceThreshold | ( | float | value | ) |
| void VgIRoutingNodeParameters.setMExcludedEdgeModalities | ( | VgStringSet | value | ) |
| void VgIRoutingNodeParameters.setMLayerName | ( | String | value | ) |
| void VgIRoutingNodeParameters.setMOption | ( | VgIRoutingNodeOption | value | ) |