createNavigation static method

Navigation createNavigation(
  1. DrivingRouterType type
)

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,
  );
}