MultipleResponse<VietBandoPOI> SearchAll(string Keyword, int Page, int PageSize, double Lx, double Ly, double Rx, double Ry, bool IsOrder);
5.2. Usage
Search by keyword and results are ranked according to the boundary.
5.3. Input
Keyword
Data type:string.
Meaning: Search keyword.
Page
Data type:int.
Meaning: Page index.
PageSize
Data type:int.
Meaning: Page size (up to 10).
Lx
Data type:double.
Meaning: The upper left coordinate of the boundary.
Ly
Data type:double.
Meaning: The bottom left coordinate of the boundary.
Rx
Data type:double.
Meaning: The upper right coordinate of the boundary.
Ry
Data type:double.
Meaning: The bottom right coordinate of the boundary.
IsOrder
Data type:bool.
Meaning: Prioritize the search area. If IsOrder="False", search only in boundary, on the contrary, if IsOrder="True", search everywhere, but the results within the boundary will be shown prominently on the first result page (condition: Lx, Ly, Rx, Ry must be different from 0)..