Returns map locations list based on the given parameters.
public static GetListExt ( array $p_parameters, array $p_order = [], integer $p_start, integer $p_limit, integer &$p_count, boolean $p_skipCache = false, array &$p_rawData = null ) : array | ||
$p_parameters | array | An array of ComparionOperation objects |
$p_order | array | An array of columns and directions to order by |
$p_start | integer | The record number to start the list |
$p_limit | integer | The offset, how many records from $p_start will be retrieved |
$p_count | integer | Total count of POIs without p_start/p_limit limitations |
$p_skipCache | boolean | Whether to skip caching |
$p_rawData | array | The variable for returning read points as raw array, used for the JS processing |
return | array |