GoogleApi.VectorTile.V1.Model.ModeledVolume (google_api_vector_tile v0.5.1) View Source
Represents a modeled volume in 3D space. Used to represent 3D buildings.
Attributes
-
strips(type:list(GoogleApi.VectorTile.V1.Model.TriangleStrip.t), default:nil) - The triangle strips present in this mesh. -
vertexOffsets(type:GoogleApi.VectorTile.V1.Model.Vertex3DList.t, default:nil) - The vertices present in the mesh defining the modeled volume.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.VectorTile.V1.Model.ModeledVolume{
strips: [GoogleApi.VectorTile.V1.Model.TriangleStrip.t()] | nil,
vertexOffsets: GoogleApi.VectorTile.V1.Model.Vertex3DList.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.