types library
Typedefs
- DistanceCalculator = double Function(LatLng point1, LatLng point2)
- A function type for distance calculations between two points
-
RouteSegments
= List<
SegmentCoordinates> - A list of route segments representing a complete route.
-
SegmentCoordinates
= List<
LatLng> - A list of geographic coordinates representing a route segment.