GeoLocationDetails

A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The two-letter code for the continent.

Link copied to clipboard

The full name of the continent.

Link copied to clipboard

The two-letter code for the country.

Link copied to clipboard

The name of the country.

Link copied to clipboard

The code for the subdivision, such as a particular state within the United States. For a list of US state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on the United States Postal Service website. For a list of all supported subdivision codes, use the ListGeoLocations API.

Link copied to clipboard

The full name of the subdivision. Route 53 currently supports only states in the United States.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String