Class DivisionByAddressResponse
Inheritance
DivisionByAddressResponse
Assembly: Google.Apis.CivicInfo.v2.dll
Syntax
public class DivisionByAddressResponse : IDirectResponseSchema
Properties
Divisions
Declaration
[JsonProperty("divisions")]
public virtual IDictionary<string, GeographicDivision> Divisions { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
The normalized version of the requested address.
Declaration
[JsonProperty("normalizedInput")]
public virtual SimpleAddressType NormalizedInput { get; set; }
Property Value
Implements