Method FindDestinationByRoute
FindDestinationByRoute(string)
Find a destination by its id.
Declaration
public NavDestination FindDestinationByRoute(string route)
Parameters
| Type | Name | Description |
|---|---|---|
| string | route | The id of the destination to find. |
Returns
| Type | Description |
|---|---|
| NavDestination | The destination if found, null otherwise. |