LocationAccessor<T> typedef

LocationAccessor<T> = GeoPoint Function(T item)

function typse used to acces the field that contains the loaction inside the generic type

Implementation

typedef LocationAccessor<T> = GeoPoint Function(T item);