Show / Hide Table of Contents

Interface CfnSegment.ICoordinatesProperty

Specifies the GPS coordinates of a location.

Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSegment.ICoordinatesProperty
Syntax (vb)
Public Interface CfnSegment.ICoordinatesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-coordinates.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Pinpoint;

             var coordinatesProperty = new CoordinatesProperty {
                 Latitude = 123,
                 Longitude = 123
             };

Synopsis

Properties

Latitude

The latitude coordinate of the location.

Longitude

The longitude coordinate of the location.

Properties

Latitude

The latitude coordinate of the location.

double Latitude { get; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-coordinates.html#cfn-pinpoint-segment-coordinates-latitude

Longitude

The longitude coordinate of the location.

double Longitude { get; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-coordinates.html#cfn-pinpoint-segment-coordinates-longitude

Back to top Generated by DocFX