/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A circle on the earth, as defined by a center point and a
* radius.See Also:
AWS API
* Reference
A single point geometry, specifying the center of the circle, using WGS 84
* coordinates, in the form [longitude, latitude]
.
A single point geometry, specifying the center of the circle, using WGS 84
* coordinates, in the form [longitude, latitude]
.
A single point geometry, specifying the center of the circle, using WGS 84
* coordinates, in the form [longitude, latitude]
.
A single point geometry, specifying the center of the circle, using WGS 84
* coordinates, in the form [longitude, latitude]
.
A single point geometry, specifying the center of the circle, using WGS 84
* coordinates, in the form [longitude, latitude]
.
A single point geometry, specifying the center of the circle, using WGS 84
* coordinates, in the form [longitude, latitude]
.
A single point geometry, specifying the center of the circle, using WGS 84
* coordinates, in the form [longitude, latitude]
.
The radius of the circle in meters. Must be greater than zero and no larger * than 100,000 (100 kilometers).
*/ inline double GetRadius() const{ return m_radius; } /** *The radius of the circle in meters. Must be greater than zero and no larger * than 100,000 (100 kilometers).
*/ inline bool RadiusHasBeenSet() const { return m_radiusHasBeenSet; } /** *The radius of the circle in meters. Must be greater than zero and no larger * than 100,000 (100 kilometers).
*/ inline void SetRadius(double value) { m_radiusHasBeenSet = true; m_radius = value; } /** *The radius of the circle in meters. Must be greater than zero and no larger * than 100,000 (100 kilometers).
*/ inline Circle& WithRadius(double value) { SetRadius(value); return *this;} private: Aws::Vector