You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::Location

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Location as input to an Aws::Client method, you can use a vanilla Hash:

{
  latitude: 1.0, # required
  longitude: 1.0, # required
}

Represents a latitude and longitude pair, expressed in geographic coordinate system degrees (for example, 47.6204, -122.3491).

Elevation is currently not supported.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#latitudeFloat

The latitude.

Returns:

  • (Float)

    The latitude.

#longitudeFloat

The longitude.

Returns:

  • (Float)

    The longitude.