interface CoordinatesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pinpoint.CfnSegment.CoordinatesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#CfnSegment_CoordinatesProperty |
![]() | software.amazon.awscdk.services.pinpoint.CfnSegment.CoordinatesProperty |
![]() | aws_cdk.aws_pinpoint.CfnSegment.CoordinatesProperty |
![]() | 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
Name | Type | Description |
---|---|---|
latitude | number | The latitude coordinate of the location. |
longitude | number | The longitude coordinate of the location. |
latitude
Type:
number
The latitude coordinate of the location.
longitude
Type:
number
The longitude coordinate of the location.