Kpostal class

Constructors

Kpostal({required String postCode, required String address, required String addressEng, required String roadAddress, required String roadAddressEng, required String jibunAddress, required String jibunAddressEng, required String buildingCode, required String buildingName, required String apartment, required String addressType, required String sido, required String sidoEng, required String sigungu, required String sigunguEng, required String sigunguCode, required String roadnameCode, required String roadname, required String roadnameEng, required String bcode, required String bname, required String bnameEng, required String query, required String userSelectedType, required String userLanguageType, required String bname1, double? latitude, double? longitude, double? kakaoLatitude, double? kakaoLongitude})
Kpostal.fromJson(Map json)
factory

Properties

address String
기본 주소
final
addressEng String
기본 영문 주소
final
addressType String
검색된 기본 주소 타입: R(도로명), J(지번)
final
apartment String
공동주택 여부(Y/N)
final
bcode String
법정동/법정리 코드
final
bname String
법정동/법정리 이름
final
bname1 String
법정리의 읍/면 이름
final
bnameEng String
영문 법정동/법정리 이름
final
buildingCode String
건물관리번호
final
buildingName String
건물명
final
hashCode int
The hash code for this object.
no setterinherited
jibunAddress String
지번 주소
final
jibunAddressEng String
영문 지번 주소
final
kakaoLatitude double?
위도(카카오 geocoding)
final
kakaoLongitude double?
경도(카카오 geocoding)
final
latitude double?
위도(플랫폼 geocoding)
getter/setter pair
latLng Future<Location?>
no setter
longitude double?
경도(플랫폼 geocoding)
getter/setter pair
postCode String
국가기초구역번호. 2015년 8월 1일부터 시행된 새 우편번호.
final
query String
사용자가 입력한 검색어
final
roadAddress String
도로명 주소
final
roadAddressEng String
영문 도로명 주소
final
roadname String
도로명 값, 검색 결과 중 선택한 도로명주소의 "도로명" 값이 들어갑니다.(건물번호 제외)
final
roadnameCode String
도로명 코드, 7자리로 구성된 도로명 코드입니다. 추후 7자리 이상으로 늘어날 수 있습니다.
final
roadnameEng String
도로명 값, 검색 결과 중 선택한 도로명주소의 "도로명의 영문" 값이 들어갑니다.(건물번호 제외)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sido String
도/시 이름
final
sidoEng String
영문 도/시 이름
final
sigungu String
시/군/구 이름
final
sigunguCode String
시/군/구 코드
final
sigunguEng String
영문 시/군/구 이름
final
userLanguageType String
검색 결과에서 사용자가 선택한 주소의 언어 타입: K(한글주소), E(영문주소)
final
userSelectedAddress String
유저가 화면에서 선택한 주소를 그대로 return합니다.
no setter
userSelectedType String
검색 결과에서 사용자가 선택한 주소의 타입
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchLocation(String address) Future<List<Location>>
toString() String
A string representation of this object.
override

Operators

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