Table of Contents

Class GeocodingResponse

Namespace
GoogleMapsApi.Entities.Geocoding.Response
Assembly
GoogleMapsApi.dll

Response from the Google Geocoding API containing geocoded results matching the input address or coordinates.

public class GeocodingResponse : IResponseFor<GeocodingRequest>
Inheritance
GeocodingResponse
Implements
Inherited Members

Properties

Results

[JsonPropertyName("results")]
public IEnumerable<Result>? Results { get; set; }

Property Value

IEnumerable<Result>

Status

[JsonPropertyName("status")]
[JsonConverter(typeof(EnumMemberJsonConverter<Status>))]
public Status Status { get; set; }

Property Value

Status

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.