OnLegSelectedListener typedef

OnLegSelectedListener = void Function(int legIndex)

Listener that is invoked during directions when a MPRouteLeg is selected

Implementation

typedef OnLegSelectedListener = void Function(int legIndex);