LineString class
Constructors
-
LineString(Iterable<
LatLng> nodes)
Properties
Methods
-
closestPoint(
LatLng point) → LatLng -
distanceToPoint(
LatLng point, {bool inMeters = true}) → double -
getLengthInMeters(
) → double -
intersects(
LineString other) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited