

# Coordinates


 A complex type that lists the coordinates for a geoproximity resource record. 

## Contents


 ** Latitude **   <a name="Route53-Type-Coordinates-Latitude"></a>
 Specifies a coordinate of the north–south position of a geographic point on the surface of the Earth (-90 - 90).   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 6.  
Pattern: `[-+]?[0-9]{1,2}(\.[0-9]{0,2})?`   
Required: Yes

 ** Longitude **   <a name="Route53-Type-Coordinates-Longitude"></a>
 Specifies a coordinate of the east–west position of a geographic point on the surface of the Earth (-180 - 180).   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 7.  
Pattern: `[-+]?[0-9]{1,3}(\.[0-9]{0,2})?`   
Required: Yes

## See Also


For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/route53-2013-04-01/Coordinates) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/route53-2013-04-01/Coordinates) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/route53-2013-04-01/Coordinates) 