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
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