getFavoritesV2

suspend fun NavManagerService.getFavoritesV2(page: Int, pageSize: Int = IpcConstants.MAX_SEARCH_RESULTS_PAGE_SIZE): Result<FavoritesResponse>

Retrieves the list of favorite places with pagination support.

Return

Result containing FavoritesResponse with pagination info and favorite places

Parameters

page

The page number to retrieve (1-indexed)

pageSize

The number of items per page. Must be <= IpcConstants.MAX_SEARCH_RESULTS_PAGE_SIZE.