View Source GoogleApi.Books.V1.Model.GeolayerdataGeoViewport (google_api_books v0.21.0)

The viewport for showing this location. This is a latitude, longitude rectangle.

Attributes

  • hi (type: GoogleApi.Books.V1.Model.GeolayerdataGeoViewportHi.t, default: nil) -
  • lo (type: GoogleApi.Books.V1.Model.GeolayerdataGeoViewportLo.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Books.V1.Model.GeolayerdataGeoViewport{
  hi: GoogleApi.Books.V1.Model.GeolayerdataGeoViewportHi.t() | nil,
  lo: GoogleApi.Books.V1.Model.GeolayerdataGeoViewportLo.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.