Navigator Constructor |
Name | Description | |
---|---|---|
Navigator(IGps) | Obsolete.
Create a new Navigator with the specified GPS unit. The Navigator will print strings
in US English.
| |
Navigator(IGps, MessagesBundle) |
Create a new Navigator with the specified GPS unit, and MessagesBundle for displaying
strings.
| |
Navigator(IGps, String, CultureInfo) |
Create a new Navigator with the specified GPS unit that will display strings in the
given culture using a MessagesBundle from the given path.
| |
Navigator(IGps, String, CultureInfo, Boolean) |
Create a new Navigator with the specified GPS unit that will display strings in the
given culture using a MessagesBundle from the given path, with the option to perform
all language-based operations in debug mode.
|