Google Maps Plug-in | ||
---|---|---|
Previous | Next | |
Address Verification and Geocoding Plug-in | Yahoo! PlaceFinder Plug-in |
The Google Maps Plug-in for Convergence for MDM provides an enricher for international postal addresses. This enricher cleanses, standardizes and enriches the postal addresses with geocoding information.
Google Maps Enricher - com.semarchy.integration.rowTransformers.googleMapsEnricher
This enricher takes an input address, enriches and validates this postal address using the Google Geocoding Service.
Note: This plugin must be used in compliance with the Google Maps/Google Earth APIs Terms of Service.
The following table lists the plug-in parameters.
Parameter Name | Mandatory | Type | Description |
---|---|---|---|
Client ID | No | String | Client ID Provided by Google Enterprise Support when registering for Google Maps API for Business. The Client ID should begin with the
gme- prefix.
|
Private Key | No | String | Cryptographic signing key provided by Google Enterprise Support with the Client ID. |
The following table lists the plug-in inputs.
Parameter Name | Mandatory | Type | Description |
---|---|---|---|
Address Line | Yes | String | Address line to process. If the address is composed of multiple lines, then these lines must be provided as a comma-separated list of address lines. |
Postal Code | No | String | Postal code of the address. This value may be merged in the Address Line parameter. |
City | No | String | City of the address. This value may be merged in the Address Line parameter. |
Country | No | String | Country of the address. This value may be merged in the Address Line parameter. |
The following table lists the plug-in outputs. Output marked with an * appear in a Full and a Short form in the output list.
Parameter Name | Type | Description |
---|---|---|
Administrative Area Level 1* | String | First-order civil entity below the country level. Within the United States, these administrative levels are states. Not all countries exhibit these administrative levels. |
Administrative Area Level 2* | String | Second-order civil entity below the country level. Within the United States, these administrative levels are counties. Not all countries exhibit these administrative levels. |
Administrative Area Level 3* | String | Third-order civil entity below the country level. Not all countries exhibit these administrative levels. |
Airport* | String | Indicates an airport. |
Country* | String | The national political entity. |
East Bound Longitude | String | Bounding box eastern limit. |
Floor* | String | Indicates the floor of a building address. |
Intersection* | String | Major intersection, usually of two major roads. |
Latitude | String | Latitude of the address. |
Locality* | String | Incorporated city or town political entity. |
Longitude | String | Longitude of the address. |
Natural Feature* | String | Prominent natural feature. |
Neighborhood* | String | Named neighborhood. |
North Bound Latitude | String | Bounding box northern limit. |
Park* | String | Named park. |
Point of Interest* | String | Named point of interest. |
Post Box* | String | Specific postal box. |
Postal Code* | String | Postal code as used to address postal mail within the country. |
Premise* | String | Named location, usually a building or collection of buildings with a common name. |
Quality | String | The value of an Address Quality element defines the granularity of the location described by an address. Should return a value that expresses this quality between 0 and 100 (100 being the best quality) |
Room* | String | The room of a building address. |
Route* | String | Named route (such as “US 401”). |
South Bound Latitude | String | Bounding box southern limit. |
Street Address* | String | Precise street address. |
Street Number* | String | Precise street number. |
Sub-Locality* | String | First-order civil entity below a locality. |
Sub-Premise* | String | First-order entity below a named location, usually a singular building within a collection of buildings with a common name. |
West Bound Longitude | String | Bounding box western limit. |
Previous | Top | Next |
Address Verification and Geocoding Plug-in | Yahoo! PlaceFinder Plug-in |