View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreGeopoliticalGeometryProto (google_api_content_warehouse v0.4.0)

Geopolitical (unsimplified) polygons for a feature for different geopolitical use cases. See go/unsimplified-poly.

Attributes

  • restOfWorldPolygon (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto.t, default: nil) - The unsimplified, water-subtracted polygon representing the feature's geometry as viewed by the rest of the world, which may differ from its default polygon, for example by excluding certain regions.
  • selfPolygon (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto.t, default: nil) - The unsimplified, water-subtracted polygon representing the feature's geometry as viewed by the country that administers it, which may differ from its default polygon, for example by including disputed areas.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreGeopoliticalGeometryProto{
  restOfWorldPolygon:
    GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto.t() | nil,
  selfPolygon:
    GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.