GeoLocation class
A complex type that contains information about a geographic location.
Constructors
- GeoLocation({String? continentCode, String? countryCode, String? subdivisionCode})
- GeoLocation.fromXml(XmlElement elem)
-
factory
Properties
- continentCode → String?
-
The two-letter code for the continent.
final
- countryCode → String?
-
For geolocation resource record sets, the two-letter code for a country.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subdivisionCode → String?
-
For geolocation resource record sets, the two-letter code for a state of the
United States. Route 53 doesn't support any other values for
SubdivisionCode
. For a list of state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on the United States Postal Service website.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXml(
String elemName, {List< XmlAttribute> ? attributes}) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited