Introduction
One geocoded address result returned by GetCoordinatesDetailed, pairing a coordinate with an explicit GeocodeStatus so callers can tell an address that was not found apart from one that was rejected for exceeding the provider's input length limit, or that could not be resolved due to a transient provider failure. Results are returned one per input address, in input order; a single rejected or failed address never fails the rest of the batch.
Properties

coordinate

The resolved CoordinateDetailed.coordinate (x = longitude, y = latitude). Null when CoordinateDetailed.status is not Ok.

status

The per-address geocode outcome.

Loading API Runner...