TurnByTurnInformation typedef
TurnByTurnInformation = ({RouteInstruction currentInstruction, double distance, RouteInstruction? nextInstruction})
Implementation
typedef TurnByTurnInformation =
({
RouteInstruction currentInstruction,
RouteInstruction? nextInstruction,
double distance,
});