Poi class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Poi.new({String? parent, String? address, String? distance, String? pCode, String? adcode, String? pName, String? cityName, String? type, String? typeCode, String? adName, String? cityCode, String? name, LatLng? location, String? id})
const
Poi.fromJson(Map<String, dynamic> json)
factory

Properties

adcode String?
final
address String?
final
adName String?
final
cityCode String?
final
cityName String?
final
distance String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
location → LatLng?
final
name String?
final
parent String?
final
pCode String?
final
pName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
final
typeCode String?
final

Methods

copyWith({String? parent, String? address, String? distance, String? pCode, String? adcode, String? pName, String? cityName, String? type, String? typeCode, String? adName, String? cityCode, String? name, LatLng? location, String? id}) Poi
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

nullableListFromJson(dynamic value) List<Poi>?