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

Class: Aws::Pinpoint::Types::GPSCoordinates

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

Overview

Note:

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

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

Specifies the GPS coordinates of a location.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#latitudeFloat

The latitude coordinate of the location.

Returns:

  • (Float)

    The latitude coordinate of the location.

#longitudeFloat

The longitude coordinate of the location.

Returns:

  • (Float)

    The longitude coordinate of the location.