GeocodeResponse class

Модель ответа геокодирования

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

GeocodeResponse({Response? response})
Модель ответа геокодирования
const
GeocodeResponse.fromJson(Map<String, dynamic> json)
Преобразование json в модель
factory

Properties

comparedObjects List<Object?>
Объекты для сравнения
no setter
firstAddress Address?
Первый адрес
no setter
firstCountry Country?
Первая страна
no setter
firstFullAddress FullAddress
Первый полный адрес с координатой
no setter
firstPoint PointRecord?
Первая координата
no setter
hashCode int
The hash code for this object.
no setterinherited
response Response?
Модель ответа
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

address(int id) Address?
Адрес по id
country(int id) Country?
Страна по id
fullAddress(int id) FullAddress
Полный адрес с координатой по id
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
point(int id) PointRecord?
Координата по id
toString() String
A string representation of this object.
inherited

Operators

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