Place class

Inheritance
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)
Place.fromJson(Map<String, dynamic> json)
factory

Properties

addressName String
full land-lot based address
getter/setter pair
categoryGroupCode CategoryGroup
refer to https://developers.kakao.com/docs/latest/ko/local/dev-guide for detail.
getter/setter pair
categoryGroupName String
getter/setter pair
categoryName String
ex. 가정,생활 > 문구,사무용품 > 디자인문구 > 카카오프렌즈
getter/setter pair
distance int
distance from the center coordinate. Only exists when x and y parameters are provided to the API.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
phone String
phone number of this place
getter/setter pair
placeName String
getter/setter pair
placeUrl Uri
getter/setter pair
roadAddressName String
full road address
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
getter/setter pairinherited
y double
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

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