Waypath class
Constructors
-
Waypath.new(List<
ILatLong> _path) - Waypath.empty()
Properties
- boundingBox → BoundingBox
-
no setter
- first → ILatLong
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEmpty → bool
-
no setter
- isNotEmpty → bool
-
no setter
- last → ILatLong
-
no setter
- length → int
-
no setter
-
path
→ List<
ILatLong> -
no setter
-
pathForModification
→ List<
ILatLong> -
Returns the path and clears the cached properties so that we have to recreate them next time.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
ILatLong latLong) → void -
addAll(
Iterable< ILatLong> latLongs) → void -
clear(
) → void -
clone(
) → Waypath -
insert(
int index, ILatLong latLong) → void -
insertAll(
int index, Iterable< ILatLong> latLongs) → void -
isClosedWay(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeAt(
int index) → void -
sublist(
int start, [int? end]) → List< ILatLong> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited