aws-cdk-lib.aws_pinpoint.CfnSegment.CoordinatesProperty

interface CoordinatesProperty

LanguageType name
.NETAmazon.CDK.AWS.Pinpoint.CfnSegment.CoordinatesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#CfnSegment_CoordinatesProperty
Javasoftware.amazon.awscdk.services.pinpoint.CfnSegment.CoordinatesProperty
Pythonaws_cdk.aws_pinpoint.CfnSegment.CoordinatesProperty
TypeScript aws-cdk-lib » aws_pinpoint » CfnSegment » CoordinatesProperty

Specifies the GPS coordinates of a location.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pinpoint as pinpoint } from 'aws-cdk-lib';
const coordinatesProperty: pinpoint.CfnSegment.CoordinatesProperty = {
  latitude: 123,
  longitude: 123,
};

Properties

NameTypeDescription
latitudenumberThe latitude coordinate of the location.
longitudenumberThe longitude coordinate of the location.

latitude

Type: number

The latitude coordinate of the location.


longitude

Type: number

The longitude coordinate of the location.