GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWikipediaGeocode
Table of Contents ▼
Jump to a specific part of the page:
Description
Geocodes extracted from the wikijoins.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
location
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto
, default:nil
)
- The location as extracted from the wikijoins. -
sourceUrl
(type:String.t
, default:nil
)
- The source contains the url field from the wikijoins.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWikipediaGeocode{
location: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t() | nil,
sourceUrl: String.t() | nil
}
location: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t() | nil,
sourceUrl: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWikipediaGeocode