PointInterpolator class

Constructors

PointInterpolator({required List<LatLng> originalPoints, dynamic distanceFunc(LatLng, LatLng)?, required bool isReversed})

Properties

builtPoints List<LatLng>
getter/setter pair
distanceFunc ↔ (dynamic Function(LatLng, LatLng)?)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interpolatedPoint ↔ LatLng?
getter/setter pair
isReversed bool
getter/setter pair
lastPointIndex int
getter/setter pair
originalPoints List<LatLng>
getter/setter pair
pointDistanceSteps List<PercentageStep>
getter/setter pair
points List<LatLng>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalDistance double
getter/setter pair

Methods

buildPointsMap() → void
haversine(LatLng p1, LatLng p2) double
interpolate(dynamic controllerValue, dynamic animValue, dynamic interpolateBetweenPoints) InterpolatedResult
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reload() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited