Interface CfnRecordSet.ICoordinatesProperty
A complex type that lists the coordinates for a geoproximity resource record.
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnRecordSet.ICoordinatesProperty
Syntax (vb)
Public Interface CfnRecordSet.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.Route53;
var coordinatesProperty = new CoordinatesProperty {
Latitude = "latitude",
Longitude = "longitude"
};
Synopsis
Properties
| Latitude | Specifies a coordinate of the north–south position of a geographic point on the surface of the Earth (-90 - 90). |
| Longitude | Specifies a coordinate of the east–west position of a geographic point on the surface of the Earth (-180 - 180). |
Properties
Latitude
Specifies a coordinate of the north–south position of a geographic point on the surface of the Earth (-90 - 90).
string Latitude { get; }
Property Value
Remarks
Longitude
Specifies a coordinate of the east–west position of a geographic point on the surface of the Earth (-180 - 180).
string Longitude { get; }