Address constructor

Address(String addressName, String region1depthName, String region2depthName, String region3depthName, String region3depthHName, String hCode, String bCode, String mountainYn, String mainAddressNo, String subAddressNo, String zipCode, double x, double y)

Implementation

Address(
    this.addressName,
    this.region1depthName,
    this.region2depthName,
    this.region3depthName,
    this.region3depthHName,
    this.hCode,
    this.bCode,
    this.mountainYn,
    this.mainAddressNo,
    this.subAddressNo,
    this.zipCode,
    double x,
    double y)
    : super(x, y);