public class GeocodeOptionsBase extends GeocodeCredentials
| Modifier and Type | Field and Description |
|---|---|
GeoCoordinates |
GeoCoordinates
The geographic coordinates (latitude/longitude) for your postal address.
|
Address |
PostalAddress
The address you wish to geocode.
|
Provider, ProviderKey| Constructor and Description |
|---|
GeocodeOptionsBase() |
public Address PostalAddress
If you specify this value, this address will be used to get the geocode coordinates instead of the address included in the parsed document (if present); however, the address in the parsed document will not be modified.
public GeoCoordinates GeoCoordinates
Use this if you already have latitude/longitude coordinates and simply wish to add them to your parsed document. If provided, these values will be inserted into your parsed document and the address included in the parsed document (if present), will not be modified.
Copyright © 2023. All rights reserved.