View Source GoogleApi.AndroidManagement.V1.Model.Location (google_api_android_management v0.48.2)

The device location containing the latitude and longitude.

Attributes

  • latitude (type: float(), default: nil) - The latitude position of the location
  • longitude (type: float(), default: nil) - The longitude position of the location

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.Location{
  latitude: float() | nil,
  longitude: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.