public class GeocodeCredentials extends Object
| Modifier and Type | Field and Description |
|---|---|
GeocodeProvider |
Provider
The provider you wish to use to geocode the postal address.
|
String |
ProviderKey
Your private API key for the geocoding provider.
|
| Constructor and Description |
|---|
GeocodeCredentials() |
public GeocodeProvider Provider
GeocodeProvider.Bing
you must specify your ProviderKeypublic String ProviderKey
GeocodeProvider.Bing you must specify your own API key.
If using GeocodeProvider.Google, you can optionally provide your own API keyCopyright © 2024. All rights reserved.