BooleanBooleanNavigationCapabilityNavigationCapabilityBooleanGet the GetWayPointsEnabled
Kind: Instance method of NavigationCapability
Returns: Boolean - the KEY_GET_WAY_POINTS_ENABLED value
BooleanGet the SendLocationEnabled
Kind: Instance method of NavigationCapability
Returns: Boolean - the KEY_SEND_LOCATION_ENABLED value
NavigationCapabilitySet the GetWayPointsEnabled
Kind: Instance method of NavigationCapability
Returns: NavigationCapability - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| enabled | Boolean |
If the module has the ability to return way points from onboard nav - The desired GetWayPointsEnabled. |
NavigationCapabilitySet the SendLocationEnabled
Kind: Instance method of NavigationCapability
Returns: NavigationCapability - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| enabled | Boolean |
If the module has the ability to add locations to the onboard nav - The desired SendLocationEnabled. |