WebService::Gnavi::SearchResult - Seach Result For Gnavi Search


WebService-Gnavi documentation  | view source Contained in the WebService-Gnavi distribution.

Index


NAME

Top

WebService::Gnavi::SearchResult - Seach Result For Gnavi Search

SYNOPSIS

Top

   my $gnavi = WebService::Gnavi->new(...);
   my $res   = $gnavi->search({ ... });
   my $pager = $res->pager;
   my @restaurants = $res->list;

METHODS

Top

parse($xml)

Creates a new WebService::Gnavi::SearchResult instance from a XML::LibXML document.

pager

Returns the pager

list

Returns the list of restaurants that were included in the response


WebService-Gnavi documentation  | view source Contained in the WebService-Gnavi distribution.