google_api_admin v0.18.0 GoogleApi.Admin.Directory_v1.Model.BuildingCoordinates View Source

JSON template for coordinates of a building in Directory API.

Attributes

  • latitude (type: float(), default: nil) - Latitude in decimal degrees.
  • longitude (type: float(), default: nil) - Longitude in decimal degrees.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Admin.Directory_v1.Model.BuildingCoordinates{
  latitude: float(),
  longitude: float()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.