GoogleApi.CivicInfo.V2.Model.CivicinfoApiprotosV2DivisionByAddressResponse (google_api_civic_info v0.26.0)
View SourceAttributes
-
divisions
(type:%{optional(String.t) => GoogleApi.CivicInfo.V2.Model.CivicinfoSchemaV2GeographicDivision.t}
, default:nil
) - -
normalizedInput
(type:GoogleApi.CivicInfo.V2.Model.CivicinfoSchemaV2SimpleAddressType.t
, default:nil
) - The normalized version of the requested address.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CivicInfo.V2.Model.CivicinfoApiprotosV2DivisionByAddressResponse{ divisions: %{ optional(String.t()) => GoogleApi.CivicInfo.V2.Model.CivicinfoSchemaV2GeographicDivision.t() } | nil, normalizedInput: GoogleApi.CivicInfo.V2.Model.CivicinfoSchemaV2SimpleAddressType.t() | nil }