GoogleApi.Solar.V1.Model.LatLngBox (google_api_solar v0.4.2)
View SourceA 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
@type t() :: %GoogleApi.Solar.V1.Model.LatLngBox{ ne: GoogleApi.Solar.V1.Model.LatLng.t() | nil, sw: GoogleApi.Solar.V1.Model.LatLng.t() | nil }