GoogleApi.Solar.V1.Model.LatLngBox (google_api_solar v0.4.2)

View Source

A bounding box in lat/lng coordinates.

Attributes

  • ne (type: GoogleApi.Solar.V1.Model.LatLng.t, default: nil) - The northeast corner of the box.
  • sw (type: GoogleApi.Solar.V1.Model.LatLng.t, default: nil) - The southwest corner of the box.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Solar.V1.Model.LatLngBox{
  ne: GoogleApi.Solar.V1.Model.LatLng.t() | nil,
  sw: GoogleApi.Solar.V1.Model.LatLng.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.