Class GeocodeCredentials
- Namespace
- Textkernel.Tx.Models.API.Geocoding
- Assembly
- Textkernel.Tx.SDK.dll
Credentials for geocoding
public class GeocodeCredentials
- Inheritance
-
GeocodeCredentials
- Derived
- Inherited Members
Properties
Provider
The provider you wish to use to geocode the postal address. If you use Bing you must specify your ProviderKey
[JsonConverter(typeof(JsonStringEnumConverter))]
public GeocodeProvider Provider { get; set; }
Property Value
ProviderKey
Your private API key for the geocoding provider. If using Bing you must specify your own API key.
If using Google, you can optionally provide your own API key
public string ProviderKey { get; set; }