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):
Attributes
-
geometries
(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObjectGeometry)
, default:nil
)
- Geometries associated with this object. -
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. -
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
}
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