ReGeocode class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

ReGeocode.new({String? formattedAddress, AddressComponent? addressComponent, List<ReGeocodePoi>? pois, List<Road>? roads, List<RoadInter>? roadInters, List<Aoi>? aois})
const
ReGeocode.fromJson(Map<String, dynamic> json)
factory

Properties

addressComponent AddressComponent?
final
aois List<Aoi>?
final
formattedAddress String?
final
hashCode int
The hash code for this object.
no setterinherited
pois List<ReGeocodePoi>?
final
roadInters List<RoadInter>?
final
roads List<Road>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? formattedAddress, AddressComponent? addressComponent, List<ReGeocodePoi>? pois, List<Road>? roads, List<RoadInter>? roadInters, List<Aoi>? aois}) ReGeocode
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 ==(Object other) bool
The equality operator.
inherited

Static Methods

nullableFromJson(dynamic value) ReGeocode?