Crossroad class

Constructors

Crossroad({LatLng? centerPoint, String? direction, num? distance, String? firstRoadId, String? firstRoadName, String? id, num? roadWidth, String? secondRoadId, String? secondRoadName})
Crossroad.fromJson(Map<String, dynamic> json)

Properties

centerPoint LatLng?
getter/setter pair
direction String?
getter/setter pair
distance num?
getter/setter pair
firstRoadId String?
getter/setter pair
firstRoadName String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String?
getter/setter pair
roadWidth num?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondRoadId String?
getter/setter pair
secondRoadName String?
getter/setter pair

Methods

copyWith({LatLng? centerPoint, String? direction, num? distance, String? firstRoadId, String? firstRoadName, String? id, num? roadWidth, String? secondRoadId, String? secondRoadName}) Crossroad
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.
override

Operators

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