Table of Contents

Class GeocodeJobResponseValue

Namespace
Textkernel.Tx.Models.API.Geocoding
Assembly
Textkernel.Tx.SDK.dll

The Value from a geocode job response

public class GeocodeJobResponseValue
Inheritance
GeocodeJobResponseValue
Inherited Members

Properties

JobData

The job you sent to be geocoded with geolocation coordinates added

public ParsedJob JobData { get; set; }

Property Value

ParsedJob