GoogleApi.VectorTile.V1.Model.BasemapZOrder (google_api_vector_tile v0.5.0) View Source

Metadata necessary to determine the ordering of a particular basemap element relative to others. To render the basemap correctly, sort by z-plane, then z-grade, then z-within-grade.

Attributes

  • zGrade (type: integer(), default: nil) - The second most significant component of the ordering of a component to be rendered onto the basemap.
  • zPlane (type: integer(), default: nil) - The most significant component of the ordering of a component to be rendered onto the basemap.
  • zWithinGrade (type: integer(), default: nil) - The least significant component of the ordering of a component to be rendered onto the basemap.

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.BasemapZOrder{
  zGrade: integer() | nil,
  zPlane: integer() | nil,
  zWithinGrade: integer() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.