ParsedAddress

@Serializable()
public final class ParsedAddress implements Serializable

Parameters

streetNumber

This field is parsed from the address

streetName

This field is parsed from the address

unit

This field is parsed from the address

municipality

This field is parsed from the address

province

This field is parsed from the address

postalCode

This field is parsed from the address

orientation

This field is parsed from the address

Constructors

Link copied to clipboard
public ParsedAddress ParsedAddress(String streetNumber, String streetName, String unit, String municipality, String province, String postalCode, String orientation)

Properties

Link copied to clipboard
private final String municipality

Type:String
This field is parsed from the address

Link copied to clipboard
private final String orientation

Type:String
This field is parsed from the address

Link copied to clipboard
private final String postalCode

Type:String
This field is parsed from the address

Link copied to clipboard
private final String province

Type:String
This field is parsed from the address

Link copied to clipboard
private final String streetName

Type:String
This field is parsed from the address

Link copied to clipboard
private final String streetNumber

Type:String
This field is parsed from the address

Link copied to clipboard
private final String unit

Type:String
This field is parsed from the address

Functions

Link copied to clipboard
public final String getMunicipality()

Type:String
This field is parsed from the address

Link copied to clipboard
public final String getOrientation()

Type:String
This field is parsed from the address

Link copied to clipboard
public final String getPostalCode()

Type:String
This field is parsed from the address

Link copied to clipboard
public final String getProvince()

Type:String
This field is parsed from the address

Link copied to clipboard
public final String getStreetName()

Type:String
This field is parsed from the address

Link copied to clipboard
public final String getStreetNumber()

Type:String
This field is parsed from the address

Link copied to clipboard
public final String getUnit()

Type:String
This field is parsed from the address