Introduction
The per-address outcome of a geocode lookup, surfaced by GetCoordinatesDetailed so callers can distinguish an address that was not found from one that was rejected for exceeding the provider's input length limit.
Properties

InputTooLong

The address exceeded the provider's input length limit and was not looked up. The CoordinateDetailed.coordinate is null. Shorten the address and retry.

NotFound

The address was looked up but could not be resolved to a coordinate. The CoordinateDetailed.coordinate is null.

Ok

The address was resolved to a coordinate. The CoordinateDetailed.coordinate is populated.

Unknown

The outcome could not be determined, either because the result was never populated or because the provider failed transiently (rate limit, timeout, null response) while looking up the address. Not the same as NotFound: the address may resolve on retry. The CoordinateDetailed.coordinate is null.

Loading API Runner...