Place class
- Inheritance
- Object
- Coord
- Place
- Annotations
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Constructors
- Place(String id, String placeName, String categoryName, CategoryGroup categoryGroupCode, String categoryGroupName, String phone, String addressName, String roadAddressName, Uri placeUrl, int distance, double x, double y)
Properties
- addressName ↔ String
-
read / write
- categoryGroupCode ↔ CategoryGroup
-
@JsonKey(unknownEnumValue: CategoryGroup.UNKNOWN), read / write
- categoryGroupName ↔ String
-
read / write
- categoryName ↔ String
-
read / write
- distance ↔ int
-
@JsonKey(fromJson: stringToInt), read / write
- id ↔ String
-
read / write
- phone ↔ String
-
read / write
- placeName ↔ String
-
read / write
- placeUrl ↔ Uri
-
read / write
- roadAddressName ↔ String
-
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- x ↔ double
-
@JsonKey(fromJson: stringToDouble), read / write, inherited
- y ↔ double
-
@JsonKey(fromJson: stringToDouble), read / write, inherited
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited