support/helpers library

Functions

compareLists(List array1, List array2) bool
Compares two lists of dynamic elements for equality.
differenceInMeters(LatLng a, LatLng b) int
Calculates the distance in meters between two LatLng points.
isPointOnLine(LatLng pointA, LatLng pointB, LatLng pointToCheck, {double strokeWidth = 1.0}) bool
Checks if a point lies on a line segment defined by two other points, considering a tolerance for line width.