Voting helps other researchers find interesting modules.
Geo-specific information about the entity. Next available tag: 34.
address
GoogleApi.ContentWarehouse.V1.Model.GeostoreAddressProto.t
nil
addressSynonyms
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefGeoMetadataProtoAddressSynonym.t)
areaKm2
float()
bound
GoogleApi.ContentWarehouse.V1.Model.GeostoreRectProto.t
countryCode
String.t
location
GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t
name
GoogleApi.ContentWarehouse.V1.Model.GeostoreNameProto.t
oysterId
GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t
stableIntegerCountryCode
integer()
timezone
wpLocation
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWikipediaGeocode.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefGeoMetadataProto{ address: GoogleApi.ContentWarehouse.V1.Model.GeostoreAddressProto.t() | nil, addressSynonyms: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefGeoMetadataProtoAddressSynonym.t() ] | nil, areaKm2: float() | nil, bound: GoogleApi.ContentWarehouse.V1.Model.GeostoreRectProto.t() | nil, countryCode: String.t() | nil, location: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t() | nil, name: GoogleApi.ContentWarehouse.V1.Model.GeostoreNameProto.t() | nil, oysterId: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil, stableIntegerCountryCode: integer() | nil, timezone: String.t() | nil, wpLocation: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWikipediaGeocode.t()] | nil }
@spec decode(struct(), keyword()) :: struct()