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

This protocol buffer holds S2 cell covering for the feature. See util/geometry/s2cell_union.h for more information on S2 cells. See geostore/base/public/cellcovering.h for utility functions.

Attributes

  • cellId (type: list(String.t), default: nil) - Array of S2 cell ids that represent the covering. There is no preset limit on how many cells can be used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreCellCoveringProto{
  cellId: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.