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

Class: Aws::Pinpoint::Types::GPSPointDimension

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

Overview

Note:

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

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

Specifies GPS-based criteria for including or excluding endpoints from a segment.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#coordinatesTypes::GPSCoordinates

The GPS coordinates to measure distance from.

Returns:

#range_in_kilometersFloat

The range, in kilometers, from the GPS coordinates.

Returns:

  • (Float)

    The range, in kilometers, from the GPS coordinates.