PolylineResult class

description: project: flutter_polyline_points @package: @author: dammyololade created on: 13/05/2020

Constructors

PolylineResult({String? status, List<PointLatLng> points = const [], String? distance, String? duration, List<PointLatLng> alternatives = const [], String? errorMessage = "", String? distanceText, int? distanceValue, String? durationText, int? durationValue, String? endAddress, String? startAddress, String? overviewPolyline})

Properties

alternatives List<PointLatLng>
list of decoded points
getter/setter pair
distance String?
getter/setter pair
distanceText String?
getter/setter pair
distanceValue int?
getter/setter pair
duration String?
getter/setter pair
durationText String?
getter/setter pair
durationValue int?
getter/setter pair
endAddress String?
getter/setter pair
errorMessage String?
the error message returned from google, if none, the result will be empty
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
overviewPolyline String?
getter/setter pair
points List<PointLatLng>
list of decoded points
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startAddress String?
getter/setter pair
status String?
the api status retuned from google api
getter/setter pair

Methods

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

Operators

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