Initializes a ConfidenceScore object, which represents the confidence that an address found by geocoding is accurate.
Confidence that the city is correct.
Confidence that the street name is correct.
Confidence that the street number is correct.
Confidence that the postcode is correct.
Confidence that the street prefix is correct, e.g. for 'North Main Street', 'North' is the prefix.
Confidence that the region (or state) is correct.
Confidence that the subregion is correct.
Confidence that the street suffix is correct.
Confidence that the street type is correct. The type-after refers to 'Street', 'Road', 'Drive', etc.
Confidence that the prefixed street type is correct. e.g. for 'Rue Voltaire', 'Rue' is the type-before.
Generated using TypeDoc
Represents the confidence that an address found by geocoding is accurate. The score for each component of the address is between 0.0 and 1.0 inclusive, with 1.0 indicating a perfect match.