GeostoreCityJsonProtoCityObject

GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObject


Table of Contents ▼

Jump to a specific part of the page:

Description

Representation of an object with geometry.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. geometries (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObjectGeometry), default: nil)
    - Geometries associated with this object.
  2. id (type: String.t, default: nil)
    - The ID of this CityObject, which must be unique within this CityJsonProto. The ID does not have a meaning outside this CityJsonProto.
  3. type (type: String.t, default: nil)
    - Type of object represented, e.g. building.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObject{
geometries: [ GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObjectGeometry.t() ] | nil,
id: String.t() | nil,
type: String.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObject