diff --git a/Query/RadiusQuery.php b/Query/RadiusQuery.php index b29da3b..26b238a 100644 --- a/Query/RadiusQuery.php +++ b/Query/RadiusQuery.php @@ -21,7 +21,7 @@ class RadiusQuery extends AbstractQuery implements ElasticQueryInterface /** * @Constraints\NotNull() * @Constraints\Type("float") - * @Constraints\Range(min="-90", max="90") + * @Constraints\Range(min="-180", max="180") * @var float $centerLongitude */ protected $centerLongitude;