class Aws::DeviceFarm::Types::Location
Represents a latitude and longitude pair, expressed in geographic coordinate system degrees (for example, 47.6204, -122.3491).
Elevation is currently not supported.
@note When making an API call, you may pass Location
data as a hash: { latitude: 1.0, # required longitude: 1.0, # required }
@!attribute [rw] latitude
The latitude. @return [Float]
@!attribute [rw] longitude
The longitude. @return [Float]
@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/Location AWS API Documentation
Constants
- SENSITIVE