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

Contains additional ways to describe the appearance of a CityObject, e.g. definitions of materials and textures that can apply to geometry surfaces.

Attributes

  • materials (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoAppearanceMaterial.t), default: nil) - Predefined materials that may be referenced from geometric primitives.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoAppearance{
  materials:
    [
      GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoAppearanceMaterial.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.