DiffBetween<C extends GpsPointsView<GpsPoint>, F> typedef

DiffBetween<C extends GpsPointsView<GpsPoint>, F> = num Function(C collection, int itemNr, F findTarget)

Function to calculate the difference between item itemNr of collection and findTarget.

Implementation

typedef DiffBetween<C extends GpsPointsView, F> = num Function(
    C collection, int itemNr, F findTarget);