Defines the response metadata which is returned from geocoding API.
Definition
public class GeocodingResponse
Summary
The following table summarizes the members exposed in this class.
Public Constructors
GeocodingResponse Constructor() | Initializes a new instance of the GeocodingResponse class. |
Public Properties
Public Methods
ToString() | Return the string representation of the response. |
Public Constructors
public GeocodingResponse()
Public Properties
public List<GeocodingResult> Results { get; set; }
Gets the geocoding results.
public GeocodingStatusCodes Status { get; set; }
Gets the request status.
Public Methods
public string ToString()
Return the string representation of the response.