Show / Hide Table of Contents

Interface IUnimodalInstructionGenerator

Abstract representation of a unimodal instruction generator.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface IUnimodalInstructionGenerator

Methods

Generate(Route, ILanguageReference)

Generates instructions for the given route using the given language reference.

Declaration
IList<Instruction> Generate(Route route, ILanguageReference languageReference)
Parameters
Route route

ILanguageReference languageReference

Returns
IList<Instruction>

Generate(Route, ILanguageReference, CancellationToken)

Generates instructions for the given route using the given language reference.

Declaration
IList<Instruction> Generate(Route route, ILanguageReference languageReference, CancellationToken cancellationToken)
Parameters
Route route

ILanguageReference languageReference

CancellationToken cancellationToken

Returns
IList<Instruction>

Back to top Built by Itinero, MIT licensed.