google_api_vector_tile v0.2.0 GoogleApi.VectorTile.V1.Model.Vertex3DList View Source

3D vertex list used for modeled volumes. Each entry represents an offset from the previous one in local tile coordinates. The first coordinate is offset from (0, 0, 0).

Attributes

  • xOffsets (type: list(integer()), default: nil) - List of x-offsets in local tile coordinates.
  • yOffsets (type: list(integer()), default: nil) - List of y-offsets in local tile coordinates.
  • zOffsets (type: list(integer()), default: nil) - List of z-offsets in local tile coordinates.

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.Vertex3DList{
  xOffsets: [integer()],
  yOffsets: [integer()],
  zOffsets: [integer()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.