Group
Show / Hide Table of Contents

Class GeocodeCredentials

Credentials for geocoding

Inheritance
System.Object
GeocodeCredentials
GeocodeOptionsBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.Geocoding
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class GeocodeCredentials

Properties

| Improve this Doc View Source

Provider

The provider you wish to use to geocode the postal address. If you use Bing you must specify your ProviderKey

Declaration
[JsonConverter(typeof(JsonStringEnumConverter))]
public GeocodeProvider Provider { get; set; }
Property Value
Type Description
GeocodeProvider
| Improve this Doc View Source

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

Declaration
public string ProviderKey { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾