createNavigation static method
Creates navigation engine with given options. Each call returns new independent instance of Navigation. Navigation will be in the suspended mode.
Implementation
static Navigation createNavigation(
directions_driving_driving_router.DrivingRouterType type) {
return _createNavigation(
type,
);
}