coordinates = $coordinates; } /** * @return LatLng[] */ public function getCoordinates() { return $this->coordinates; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Polygon::class, 'Google_Service_AreaInsights_Polygon');