eventCount = $eventCount; } public function getEventCount() { return $this->eventCount; } /** * @param Google_Service_Partners_LatLng */ public function setEventLocations($eventLocations) { $this->eventLocations = $eventLocations; } /** * @return Google_Service_Partners_LatLng */ public function getEventLocations() { return $this->eventLocations; } }