bearings property

List<List<num>>? bearings
final

bearings Limits the search to segments with given bearing in degrees towards true north in clockwise direction. Can be used to filter out false matches caused by inprecise GPS devices. This parameter is an array of the form bearing,range, where the first value is the bearing and the second value is the allowed range of

Implementation

final List<List<num>>? bearings;