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
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
Remarks
Longitude
The longitude coordinate of the location.
double Longitude { get; }