smartrider
shuttle_route
Point
Point constructor
Point
smartrider
shuttle_route
Point
Point constructor
Point class
Constructors
Point
fromJson
Properties
getLatLng
hashCode
latitude
longitude
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Point
constructor
Point
(
{
double
latitude
,
double
longitude
}
)
Implementation
Point({this.latitude, this.longitude});