PathMatch class

Constructors

PathMatch({required int path, required Coordinates coords, required int distance, required int segment})
PathMatch.fromJson(Map<String, dynamic> json)
factory

Properties

coords Coordinates
Path matched position coordinates.
getter/setter pair
distance int
Distance to matched position in meters.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
path int
Matched path index in the path collection.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segment int
Path matched segment.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(covariant PathMatch other) bool
The equality operator.
override