getPreviewRoute method

bool getPreviewRoute()

Get the preview route flag.

Implementation

bool getPreviewRoute() {
  return _previewRoute;
}