Sulu\Bundle\LocationBundle\Geolocator\GeolocatorResponse::count PHP Method

count() public method

Return the number of locations in the response.
public count ( ) : integer
return integer
    public function count()
    {
        return count($this->locations);
    }